Skip to content

Commit 7781a54

Browse files
authored
Update test_phone_number_lookup_api.py (#276)
1 parent 990a581 commit 7781a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke/test_phone_number_lookup_api.py

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

7979
request_id = response.data.data.request_id
80-
sleep(10)
80+
sleep(30)
8181

8282
response = self.api.get_async_bulk_lookup_with_http_info(BW_ACCOUNT_ID, request_id)
8383
assert_that(response, is_not(none()))

0 commit comments

Comments
 (0)