Streaming is too fast, cancel sooner

drop_main_kwarg
Tyler Goodlet 2018-08-02 16:33:42 -04:00
parent 41914f3118
commit db08dbad3b
1 changed files with 1 additions and 1 deletions

View File

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