summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-11-04 10:33:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-11-04 10:33:51 -0400
commitf654c2039a34534eb78bfc0a40fc2487307312f7 (patch)
tree798f0b7a77d3bcb36cc9c5a21713c21cd7a90339 /tests
parent046ea48c1fe2ca0dd456c1b78e7d825f7fdb8dca (diff)
downloadpython-coveragepy-f654c2039a34534eb78bfc0a40fc2487307312f7.tar.gz
Desperation
Diffstat (limited to 'tests')
-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 798f3ad..c287460 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -359,7 +359,7 @@ MULTI_CODE = """
"""
-@flaky(max_runs=4) # Sometimes a test fails due to inherent randomness. Try one more time.
+@flaky(max_runs=10) # Sometimes a test fails due to inherent randomness. Try one more time.
class MultiprocessingTest(CoverageTest):
"""Test support of the multiprocessing module."""