We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990a581 commit 7781a54Copy full SHA for 7781a54
1 file changed
test/smoke/test_phone_number_lookup_api.py
@@ -77,7 +77,7 @@ def test_create_get_async_bulk_lookup(self) -> None:
77
assert_that(response.data.errors, instance_of(list))
78
79
request_id = response.data.data.request_id
80
- sleep(10)
+ sleep(30)
81
82
response = self.api.get_async_bulk_lookup_with_http_info(BW_ACCOUNT_ID, request_id)
83
assert_that(response, is_not(none()))
0 commit comments