Skip to content

Commit a4d68a6

Browse files
authored
SWI-10392 Update phone-number-lookup-api.test.ts
1 parent 13c9969 commit a4d68a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
import { sleep } from '../callUtils';
1313

1414
describe('PhoneNumberLookupApi', () => {
15-
jest.setTimeout(40000);
15+
jest.setTimeout(70000);
1616
const config = new Configuration({
1717
clientId: BW_CLIENT_ID,
1818
clientSecret: BW_CLIENT_SECRET
@@ -38,7 +38,7 @@ describe('PhoneNumberLookupApi', () => {
3838
expect(createData.errors).toBeInstanceOf(Array);
3939

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

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

0 commit comments

Comments
 (0)