From c35dccf96d84decbf9206a02baf49bd46ea47cc3 Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:01:45 -0500 Subject: [PATCH] Update PhoneNumberLookupIntegrationTests.cs --- .../Smoke/PhoneNumberLookupIntegrationTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);