summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 9e2d73d9..16d1af81 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -360,7 +360,7 @@ MULTI_CODE = """
"""
-@flaky(max_runs=10) # Sometimes a test fails due to inherent randomness. Try more times.
+@flaky(max_runs=30) # Sometimes a test fails due to inherent randomness. Try more times.
class MultiprocessingTest(CoverageTest):
"""Test support of the multiprocessing module."""