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 ae932eefc5)
This commit is contained in:
Nicki Křížek 2025-07-02 17:53:18 +02:00
parent d19bd6d5b5
commit 55cce1c872

View file

@ -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()