Skip to content

Commit

Permalink
Bump up legacy streaming timeout a smidgen
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jan 28, 2023
1 parent d6ac16a commit 73a720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_legacy_one_way_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_a_quadruple_example(time_quad_ex, ci_env, spawn_backend):

results, diff = time_quad_ex
assert results
this_fast = 6 if platform.system() in ('Windows', 'Darwin') else 2.666
this_fast = 6 if platform.system() in ('Windows', 'Darwin') else 3
assert diff < this_fast


Expand Down

0 comments on commit 73a720c

Please sign in to comment.