We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beec656 commit 686c14eCopy full SHA for 686c14e
tests/ApiTest.php
@@ -204,7 +204,7 @@ public function testAsyncTnLookup() {
204
$this->assertIsString($createResponse->getResult()->data->status);
205
$this->assertIsArray($createResponse->getResult()->errors);
206
207
- sleep(15);
+ sleep(30);
208
209
$statusResponse = $this->bandwidthClient->getPhoneNumberLookup()->getClient()->getAsyncLookupRequestStatus(getenv("BW_ACCOUNT_ID"), $createResponse->getResult()->data->requestId);
210
$this->assertInstanceOf(BandwidthLib\PhoneNumberLookup\Models\LookupResponse::class, $statusResponse->getResult());
0 commit comments