File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function testCreateCallAndGetCallState() {
8888 $ this ->assertTrue (strlen ($ callId ) > 0 );
8989 $ this ->assertTrue (is_a ($ response ->getResult ()->enqueuedTime , 'DateTime ' ));
9090
91- sleep (15 );
91+ sleep (20 );
9292
9393 //get phone call information
9494 $ response = $ this ->bandwidthClient ->getVoice ()->getClient ()->getCall (getenv ("BW_ACCOUNT_ID " ), $ callId );
@@ -120,7 +120,7 @@ public function testCreateCallWithAmdAndGetCallState() {
120120 $ callId = $ response ->getResult ()->callId ;
121121 $ this ->assertTrue (strlen ($ callId ) > 0 );
122122
123- sleep (15 );
123+ sleep (20 );
124124
125125 //get phone call information
126126 $ response = $ this ->bandwidthClient ->getVoice ()->getClient ()->getCall (getenv ("BW_ACCOUNT_ID " ), $ callId );
You can’t perform that action at this time.
0 commit comments