2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

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

View File

@@ -25,6 +25,6 @@ pytestmark = pytest.mark.extra_artifacts(
import isctest.mark import isctest.mark
@isctest.mark.flaky(max_runs=2) @isctest.mark.flaky(max_runs=3)
def test_fetchlimit(run_tests_sh): def test_fetchlimit(run_tests_sh):
run_tests_sh() run_tests_sh()