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 3d154f1 commit 6ff15eaCopy full SHA for 6ff15ea
test/integration/test_integration.rb
@@ -122,7 +122,7 @@ def test_create_call_and_get_call_state
122
assert(response.data.enqueued_time.is_a?(DateTime), "enqueued time is not a DateTime object")
123
124
#Get phone call information
125
- sleep(5)
+ sleep(15)
126
response = @bandwidth_client.voice_client.client.get_call(BW_ACCOUNT_ID, response.data.call_id)
127
assert(response.data.state.length > 0, "state value not set")
128
assert_not_nil(response.data.enqueued_time, "enqueued time is nil")
0 commit comments