Skip to content

Commit 686c14e

Browse files
committed
sleep longer
1 parent beec656 commit 686c14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function testAsyncTnLookup() {
204204
$this->assertIsString($createResponse->getResult()->data->status);
205205
$this->assertIsArray($createResponse->getResult()->errors);
206206

207-
sleep(15);
207+
sleep(30);
208208

209209
$statusResponse = $this->bandwidthClient->getPhoneNumberLookup()->getClient()->getAsyncLookupRequestStatus(getenv("BW_ACCOUNT_ID"), $createResponse->getResult()->data->requestId);
210210
$this->assertInstanceOf(BandwidthLib\PhoneNumberLookup\Models\LookupResponse::class, $statusResponse->getResult());

0 commit comments

Comments
 (0)