Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Debug timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Nov 2, 2020
1 parent 5f6fe9d commit 81aed27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ws_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_request_timeout(accelize_drm, conf_json, cred_json, async_handler,
assert drm_manager.get('ws_connection_timeout') == connection_timeout
assert drm_manager.get('ws_request_timeout') == request_timeout

context = {'sleep': request_timeout + 1}
context = {'sleep': request_timeout + 10}
set_context(context)
assert get_context() == context

Expand Down

0 comments on commit 81aed27

Please sign in to comment.