From af6c325072e7d7bbe9c8b74d4a6200ea0f1b8219 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 28 Jan 2023 18:12:52 -0500 Subject: [PATCH] Bump up legacy streaming timeout a smidgen --- tests/test_legacy_one_way_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_legacy_one_way_streaming.py b/tests/test_legacy_one_way_streaming.py index 4e54e02..17e94ba 100644 --- a/tests/test_legacy_one_way_streaming.py +++ b/tests/test_legacy_one_way_streaming.py @@ -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