Bump up legacy streaming timeout a smidgen

ipc_failure_while_streaming
Tyler Goodlet 2023-01-28 18:12:52 -05:00
parent 195d2f0ed4
commit af6c325072
1 changed files with 1 additions and 1 deletions

View File

@ -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