From: Nicki Křížek Date: Wed, 15 Jul 2026 10:48:18 +0000 (+0200) Subject: fix: test: Extend the check_dnssec_verify retry window to 60 seconds X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bae101d5ebd6d5ef0e7eaa84b1b5fe72a7ccfdad;p=thirdparty%2Fbind9.git fix: test: 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. --- Example of the failure: https://gitlab.isc.org/isc-private/bind9/-/jobs/7773885 Merge branch 'nicki/widen-dnssec-verify-timeout' into 'main' See merge request isc-projects/bind9!12403 --- bae101d5ebd6d5ef0e7eaa84b1b5fe72a7ccfdad