mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 18:17:05 -04:00
Use proper wait in rndc test
Previously, the one-second sleep was unreliable, as it didn't properly indicate that the rndc reconfig has been processed. The "test 'rndc reconfig' with a broken config" check would sometimes fail under TSAN in CI, because the previous rndc reconfig was still ongoing, and the subsequent rndc reconfig was ignored.
This commit is contained in:
parent
66f6f4bba9
commit
87ab198b73
1 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,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