We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d385d commit 9d89bc8Copy full SHA for 9d89bc8
tests/ApiTest.php
@@ -88,7 +88,7 @@ public function testCreateCallAndGetCallState() {
88
$this->assertTrue(strlen($callId) > 0);
89
$this->assertTrue(is_a($response->getResult()->enqueuedTime, 'DateTime'));
90
91
- sleep(15);
+ sleep(20);
92
93
//get phone call information
94
$response = $this->bandwidthClient->getVoice()->getClient()->getCall(getenv("BW_ACCOUNT_ID"), $callId);
@@ -120,7 +120,7 @@ public function testCreateCallWithAmdAndGetCallState() {
120
$callId = $response->getResult()->callId;
121
122
123
124
125
126
0 commit comments