Skip to content

Commit fd2d794

Browse files
authored
SWI-9085 Update phone_number_lookup_api_spec.rb (#188)
1 parent 93fe80b commit fd2d794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/smoke/phone_number_lookup_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
expect(create_data.errors).to be_instance_of(Array)
3737

3838
request_id = create_data.data.request_id
39-
sleep(10)
39+
sleep(30)
4040

4141
get_data, get_status_code = @api_instance.get_async_bulk_lookup_with_http_info(BW_ACCOUNT_ID, request_id)
4242
expect(get_status_code).to equal_to(200)

0 commit comments

Comments
 (0)