Skip to content

Commit 3ba3c51

Browse files
committed
sleep 10
1 parent e8c8b61 commit 3ba3c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bandwidth.Standard.Test/Smoke/PhoneNumberLookupIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void CreateGetAsyncBulkLookupTest()
8282
Assert.IsType<InProgressLookupStatusEnum>(createData.Status);
8383
requestId = createData.RequestId;
8484

85-
Thread.Sleep(5000);
85+
Thread.Sleep(10000);
8686

8787
var getResponse = instance.GetAsyncBulkLookupWithHttpInfo(accountId, requestId);
8888
Assert.IsType<ApiResponse<GetAsyncBulkLookupResponse>>(getResponse);

0 commit comments

Comments
 (0)