mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -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.
This commit is contained in:
parent
a9575a4154
commit
ae932eefc5
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,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