diff options
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 841b5df4..a57ee93b 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -354,7 +354,7 @@ MULTI_CODE = """ """ -@flaky # Sometimes a test fails due to inherent randomness. Try one more time. +@flaky(max_runs=4) # Sometimes a test fails due to inherent randomness. Try one more time. class MultiprocessingTest(CoverageTest): """Test support of the multiprocessing module.""" |