Skip to content

Commit 62cd74b

Browse files
authored
Update test_integration.rb sleep to 15
1 parent 26dca41 commit 62cd74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_integration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_create_call_with_amd_and_get_call_state
151151
assert(response.data.call_id.length > 0, "call_id value not set")
152152

153153
#Get phone call information
154-
sleep(5)
154+
sleep(15)
155155
response = @bandwidth_client.voice_client.client.get_call(BW_ACCOUNT_ID, response.data.call_id)
156156
assert(response.data.state.length > 0, "state value not set")
157157
end

0 commit comments

Comments
 (0)