mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:20:00 -04: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.
(cherry picked from commit ae932eefc5)
This commit is contained in:
parent
d19bd6d5b5
commit
55cce1c872
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue