Skip to content

Commit

Permalink
more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed May 17, 2023
1 parent d2d385d commit 9d89bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function testCreateCallAndGetCallState() {
$this->assertTrue(strlen($callId) > 0);
$this->assertTrue(is_a($response->getResult()->enqueuedTime, 'DateTime'));

sleep(15);
sleep(20);

//get phone call information
$response = $this->bandwidthClient->getVoice()->getClient()->getCall(getenv("BW_ACCOUNT_ID"), $callId);
Expand Down Expand Up @@ -120,7 +120,7 @@ public function testCreateCallWithAmdAndGetCallState() {
$callId = $response->getResult()->callId;
$this->assertTrue(strlen($callId) > 0);

sleep(15);
sleep(20);

//get phone call information
$response = $this->bandwidthClient->getVoice()->getClient()->getCall(getenv("BW_ACCOUNT_ID"), $callId);
Expand Down

0 comments on commit 9d89bc8

Please sign in to comment.