Skip to content

Commit ffc30bf

Browse files
authored
SWI-10392 Update test_phone_number_lookup_api.py
1 parent af1b4fd commit ffc30bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/smoke/test_phone_number_lookup_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_create_get_async_bulk_lookup(self) -> None:
7474
assert_that(response.data.errors, instance_of(list))
7575

7676
request_id = response.data.data.request_id
77-
sleep(30)
77+
sleep(60)
7878

7979
response = self.api.get_async_bulk_lookup_with_http_info(BW_ACCOUNT_ID, request_id)
8080
assert_that(response, is_not(none()))

0 commit comments

Comments
 (0)