Skip to content

Commit 9d89bc8

Browse files
committed
more sleep
1 parent d2d385d commit 9d89bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ApiTest.php

+2-2
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)