Jeeze 3.7.1 got even faster?

improved_errors
Tyler Goodlet 2018-11-22 14:25:31 -05:00
parent a482681f9c
commit 23c7519fec
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def test_a_quadruple_example(time_quad_ex):
@pytest.mark.parametrize( @pytest.mark.parametrize(
'cancel_delay', '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): 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 """Verify we can cancel midway through the quad example and all actors