From bed8d4b7467bdc0f2002b1b8669ce04a6dd0f31d 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') 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.""" -- cgit v1.2.1