Skip to content

Commit b851baf

Browse files
Update test_calls.py
1 parent d102597 commit b851baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_calls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_create_call(self):
179179
self.assertEqual(create_call_response[0].call_url, ("https://voice.bandwidth.com/api/v2/accounts/" + \
180180
BW_ACCOUNT_ID + "/calls/" + create_call_response[0].call_id))
181181

182-
time.sleep(1)
182+
time.sleep(5)
183183
self.api_instance.update_call(BW_ACCOUNT_ID, create_call_response[0].call_id, updateStateCompleted, _return_http_data_only=False)
184184

185185

0 commit comments

Comments
 (0)