File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public function toBxml($doc) {
229
229
$ element ->setattribute ("fileFormat " , $ this ->fileFormat );
230
230
}
231
231
232
- if (isset ($ this ->detectLanguage )) }
232
+ if (isset ($ this ->detectLanguage )) {
233
233
if ($ this ->detectLanguage ) {
234
234
$ element ->setattribute ("detectLanguage " , "true " );
235
235
} else {
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function testCreateCallAndGetCallState() {
88
88
$ this ->assertTrue (strlen ($ callId ) > 0 );
89
89
$ this ->assertTrue (is_a ($ response ->getResult ()->enqueuedTime , 'DateTime ' ));
90
90
91
- sleep (15 );
91
+ sleep (25 );
92
92
93
93
//get phone call information
94
94
$ response = $ this ->bandwidthClient ->getVoice ()->getClient ()->getCall (getenv ("BW_ACCOUNT_ID " ), $ callId );
@@ -120,7 +120,7 @@ public function testCreateCallWithAmdAndGetCallState() {
120
120
$ callId = $ response ->getResult ()->callId ;
121
121
$ this ->assertTrue (strlen ($ callId ) > 0 );
122
122
123
- sleep (15 );
123
+ sleep (25 );
124
124
125
125
//get phone call information
126
126
$ response = $ this ->bandwidthClient ->getVoice ()->getClient ()->getCall (getenv ("BW_ACCOUNT_ID " ), $ callId );
You can’t perform that action at this time.
0 commit comments