Skip to content

Commit 7b87e95

Browse files
authored
Update PhoneNumberLookupApiTest.java (#216)
1 parent 7bcd815 commit 7b87e95

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
@@ -86,7 +86,7 @@ public void createGetAsyncLookupTest() throws ApiException, InterruptedException
8686
assertThat(createResponse.getData().getData().getStatus(), instanceOf(InProgressLookupStatusEnum.class));
8787
UUID requestId = createResponse.getData().getData().getRequestId();
8888

89-
TimeUnit.SECONDS.sleep(10);
89+
TimeUnit.SECONDS.sleep(30);
9090

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

0 commit comments

Comments
 (0)