mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user