mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Increase test re-runs for enginepkcs11
The enginepkcs11 test has been chronically unstable for quite a while.
With no fix in sight, increase the number of allowed re-runs to reduce
the number of failures we see in the CI.
(cherry picked from commit 87ab198b73)
This commit is contained in:
parent
1b9c63a501
commit
92d79549c1
1 changed files with 1 additions and 1 deletions
|
|
@ -53,6 +53,6 @@ pytestmark = pytest.mark.extra_artifacts(
|
|||
)
|
||||
|
||||
|
||||
@isctest.mark.flaky(max_runs=3) # GL#4605
|
||||
@isctest.mark.flaky(max_runs=5) # GL#4605
|
||||
def test_enginepkcs11(run_tests_sh):
|
||||
run_tests_sh()
|
||||
|
|
|
|||
Loading…
Reference in a new issue