]> git.ipfire.org Git - thirdparty/bind9.git/commit
Extend the check_dnssec_verify retry window to 60 seconds
authorNicki Křížek <nicki@isc.org>
Tue, 14 Jul 2026 12:18:40 +0000 (12:18 +0000)
committerNicki Křížek <nicki@isc.org>
Wed, 15 Jul 2026 10:47:55 +0000 (12:47 +0200)
commit0079d31d7348ae73fe7023b8a39da8b5ff394e01
tree71b28da374a5fff0efb0e35eaa8f35af95cbef29
parentb0a4f6b39d7b1e881f01cb5ce4faf1a568b50f9a
Extend the check_dnssec_verify retry window to 60 seconds

A fixed ten-iteration poll could be too short for a freshly signed
zone to become fully valid on a heavily loaded host, occasionally
yielding a spurious "zone not verified".

Bump the budget to a 60-second window and, in the process, replace the
hand-rolled retry loop with the standard isctest.run.retry_with_timeout
helper already used by check_next_key_event.

Assisted-by: Claude:claude-opus-4-8
bin/tests/system/isctest/kasp.py