Skip to content

Commit e060c30

Browse files
Update test_calls.py
1 parent 1c17cb4 commit e060c30

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
@@ -329,7 +329,7 @@ def test_update_call_forbidden(self):
329329

330330
self.assertApiException(context, ForbiddenException, 403)
331331

332-
time.sleep(3)
332+
time.sleep(12)
333333
# hanging-up the call
334334
update_call_response: UpdateCall = self.api_instance.update_call(BW_ACCOUNT_ID, call_id, updateStateCompleted, _return_http_data_only=False)
335335
self.assertEqual(update_call_response[1], 200)

0 commit comments

Comments
 (0)