We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dca41 commit 62cd74bCopy full SHA for 62cd74b
test/integration/test_integration.rb
@@ -151,7 +151,7 @@ def test_create_call_with_amd_and_get_call_state
151
assert(response.data.call_id.length > 0, "call_id value not set")
152
153
#Get phone call information
154
- sleep(5)
+ sleep(15)
155
response = @bandwidth_client.voice_client.client.get_call(BW_ACCOUNT_ID, response.data.call_id)
156
assert(response.data.state.length > 0, "state value not set")
157
end
0 commit comments