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() {
88
88
$ this ->assertTrue (strlen ($ callId ) > 0 );
89
89
$ this ->assertTrue (is_a ($ response ->getResult ()->enqueuedTime , 'DateTime ' ));
90
90
91
- sleep (15 );
91
+ sleep (20 );
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 (20 );
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