From feadb6992650cc2ac95fa6fa41c1c216022a5d33 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 12 Oct 2017 11:17:51 -0400 Subject: Flaky tests are really flaky --- 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 841b5df4..a57ee93b 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -354,7 +354,7 @@ MULTI_CODE = """ """ -@flaky # Sometimes a test fails due to inherent randomness. Try one more time. +@flaky(max_runs=4) # 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