From 55cce1c8720d455d19cca12ecd105e6c9992baf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Wed, 2 Jul 2025 17:53:18 +0200 Subject: [PATCH] Increase test reruns for fetchlimit The fetchlimit test has failed 8 times in the nightly CI over the past three weeks. That makes the overall failure rate somewhere around 1 %, which isn't a lot, but is still annoying when lots of testing is going on. (cherry picked from commit ae932eefc5c8f049f29ecb14fe7a53cad5500056) --- bin/tests/system/fetchlimit/tests_sh_fetchlimit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py b/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py index 5d036a8cfb..26ea079585 100644 --- a/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py +++ b/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py @@ -27,6 +27,6 @@ pytestmark = pytest.mark.extra_artifacts( import isctest.mark -@isctest.mark.flaky(max_runs=2) +@isctest.mark.flaky(max_runs=3) def test_fetchlimit(run_tests_sh): run_tests_sh()