Skip to content

Commit 89186be

Browse files
authored
Update PhoneNumberLookupIntegrationTests.cs (#167)
1 parent 5134b1d commit 89186be

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

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

0 commit comments

Comments
 (0)