summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
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
commitbed8d4b7467bdc0f2002b1b8669ce04a6dd0f31d (patch)
tree730210c9a6e6ad95258e99ea7b78fcf7fe26d7df /tests/test_concurrency.py
parent1b27aab09598c933332804815d9c0929289d64dd (diff)
downloadpython-coveragepy-git-bed8d4b7467bdc0f2002b1b8669ce04a6dd0f31d.tar.gz
Desperation
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 798f3ad8..c287460a 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."""