Skip to content

Commit 26dca41

Browse files
authored
Merge pull request #96 from Bandwidth/SWI-2566
Changed sleep time from 5 to 15 in test_integration.rb
2 parents 3d154f1 + 6ff15ea commit 26dca41

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
@@ -122,7 +122,7 @@ def test_create_call_and_get_call_state
122122
assert(response.data.enqueued_time.is_a?(DateTime), "enqueued time is not a DateTime object")
123123

124124
#Get phone call information
125-
sleep(5)
125+
sleep(15)
126126
response = @bandwidth_client.voice_client.client.get_call(BW_ACCOUNT_ID, response.data.call_id)
127127
assert(response.data.state.length > 0, "state value not set")
128128
assert_not_nil(response.data.enqueued_time, "enqueued time is nil")

0 commit comments

Comments
 (0)