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:
Nicki Křížek 2025-07-02 18:00:16 +02:00
parent 1b9c63a501
commit 92d79549c1

View file

@ -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()