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