Skip to content

Commit e8c8b61

Browse files
committed
sleep longer
1 parent cf14275 commit e8c8b61

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(2000);
85+
Thread.Sleep(5000);
8686

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

0 commit comments

Comments
 (0)