From 23c7519fecc8d43482bfa6395e58ba6be7b44e6b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 22 Nov 2018 14:25:31 -0500 Subject: [PATCH] Jeeze 3.7.1 got even faster? --- tests/test_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 31f85a0..5691fbd 100644 --- a/tests/test_streaming.py +++ b/tests/test_streaming.py @@ -166,7 +166,7 @@ def test_a_quadruple_example(time_quad_ex): @pytest.mark.parametrize( 'cancel_delay', - list(map(lambda i: i/10, range(2, 8))) + list(map(lambda i: i/10, range(3, 9))) ) def test_not_fast_enough_quad(arb_addr, time_quad_ex, cancel_delay): """Verify we can cancel midway through the quad example and all actors