Skip to content

Commit

Permalink
Put test_run_concurrently_sequence timing back to 0.2 s
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Oct 25, 2024
1 parent 68690c2 commit f9a1a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subshells.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_run_concurrently_sequence(are_subshells, overlap):
# Import time module before running time-sensitive subshell code.
execute_request_subshell_id(kc, "import time; print('ok')", None)

sleep = 0.1
sleep = 0.2
if overlap:
codes = [
f"start0=True; end0=False; time.sleep({sleep}); end0=True",
Expand Down

0 comments on commit f9a1a47

Please sign in to comment.