Skip to content

Commit 579275b

Browse files
Update test_calls.py
1 parent 41dacc8 commit 579275b

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
@@ -408,7 +408,7 @@ def test_update_call_bxml_forbidden(self):
408408

409409
self.assertApiException(context, ForbiddenException, 403)
410410

411-
time.sleep(2)
411+
time.sleep(5)
412412
# hanging-up the call
413413
update_call_response: UpdateCall = self.api_instance.update_call(BW_ACCOUNT_ID, call_id, updateStateCompleted, _return_http_data_only=False)
414414
self.assertEqual(update_call_response[1], 200)

0 commit comments

Comments
 (0)