diff --git a/tests/test_tractor.py b/tests/test_tractor.py index 92a97cd..84cbe36 100644 --- a/tests/test_tractor.py +++ b/tests/test_tractor.py @@ -448,7 +448,7 @@ def test_a_quadruple_example(): assert results -@pytest.mark.parametrize('cancel_delay', list(range(1, 8))) +@pytest.mark.parametrize('cancel_delay', list(range(1, 7))) def test_not_fast_enough_quad(cancel_delay): """Verify we can cancel midway through the quad example and all actors cancel gracefully.