diff options
-rw-r--r-- | tests/test_concurrency.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 14dfc5ca..bfdf13d4 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -696,6 +696,7 @@ def test_thread_safe_save_data(tmpdir): @pytest.mark.skipif(env.WINDOWS, reason="SIGTERM doesn't work the same on Windows") +@flaky(max_runs=3) # Sometimes a test fails due to inherent randomness. Try more times. class SigtermTest(CoverageTest): """Tests of our handling of SIGTERM.""" |