Skip to content

Commit 2f63c19

Browse files
committed
sleep 10 as recommended by numbers team
1 parent aa8d817 commit 2f63c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/bandwidth/sdk/smoke/PhoneNumberLookupApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void createGetAsyncLookupTest() throws ApiException, InterruptedException
8787
assertThat(createResponse.getData().getData().getStatus(), instanceOf(InProgressLookupStatusEnum.class));
8888
UUID requestId = createResponse.getData().getData().getRequestId();
8989

90-
TimeUnit.SECONDS.sleep(5);
90+
TimeUnit.SECONDS.sleep(10);
9191

9292
ApiResponse<GetAsyncBulkLookupResponse> getResponse
9393
= api.getAsyncBulkLookupWithHttpInfo(BW_ACCOUNT_ID, requestId);

0 commit comments

Comments
 (0)