diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-11-04 10:33:51 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-11-04 10:33:51 -0400 |
commit | f654c2039a34534eb78bfc0a40fc2487307312f7 (patch) | |
tree | 798f0b7a77d3bcb36cc9c5a21713c21cd7a90339 /tests/test_concurrency.py | |
parent | 046ea48c1fe2ca0dd456c1b78e7d825f7fdb8dca (diff) | |
download | python-coveragepy-f654c2039a34534eb78bfc0a40fc2487307312f7.tar.gz |
Desperation
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 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.""" |