Skip to content

Commit

Permalink
Merge pull request #97 from Bandwidth/SWI-2566
Browse files Browse the repository at this point in the history
Update test_integration.rb sleep to 15
  • Loading branch information
ajrice6713 authored May 23, 2023
2 parents 26dca41 + 62cd74b commit 06519eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def test_create_call_with_amd_and_get_call_state
assert(response.data.call_id.length > 0, "call_id value not set")

#Get phone call information
sleep(5)
sleep(15)
response = @bandwidth_client.voice_client.client.get_call(BW_ACCOUNT_ID, response.data.call_id)
assert(response.data.state.length > 0, "state value not set")
end
Expand Down

0 comments on commit 06519eb

Please sign in to comment.