summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-10-15 07:31:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-10-15 07:31:22 -0400
commit5d8487492ff68d59c90b97b8b634c03c4770666a (patch)
treeeee58d3894b5bdd3c54dcfde818f550ebeba90f4 /tests/test_concurrency.py
parent83a3b3fe96e0e7d5c25ab4cb423a7a5b2927b232 (diff)
downloadpython-coveragepy-git-5d8487492ff68d59c90b97b8b634c03c4770666a.tar.gz
Do we need more than 10 tries?
Diffstat (limited to 'tests/test_concurrency.py')
-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."""