Skip to content

Commit 67ba360

Browse files
authored
Update phone-number-lookup-api.test.ts
1 parent 79c19dc commit 67ba360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/phone-number-lookup-api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('PhoneNumberLookupApi', () => {
3838
expect(createData.errors).toBeInstanceOf(Array);
3939

4040
const requestId = createData.data.requestId;
41-
await sleep(10);
41+
await sleep(30);
4242

4343
const { status: getStatus, data: getData }
4444
= await phoneNumberLookupApi.getAsyncBulkLookup(BW_ACCOUNT_ID, requestId);

0 commit comments

Comments
 (0)