From f654c2039a34534eb78bfc0a40fc2487307312f7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 4 Nov 2017 10:33:51 -0400 Subject: Desperation --- tests/test_concurrency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_concurrency.py') 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.""" -- cgit v1.2.1