diff --git a/src/Bandwidth.Standard.Test/Smoke/PhoneNumberLookupIntegrationTests.cs b/src/Bandwidth.Standard.Test/Smoke/PhoneNumberLookupIntegrationTests.cs index 5004688..e1fd583 100644 --- a/src/Bandwidth.Standard.Test/Smoke/PhoneNumberLookupIntegrationTests.cs +++ b/src/Bandwidth.Standard.Test/Smoke/PhoneNumberLookupIntegrationTests.cs @@ -82,7 +82,7 @@ public void CreateGetAsyncBulkLookupTest() Assert.IsType(createData.Status); requestId = createData.RequestId; - Thread.Sleep(10000); + Thread.Sleep(30000); var getResponse = instance.GetAsyncBulkLookupWithHttpInfo(accountId, requestId); Assert.IsType>(getResponse);