]> git.ipfire.org Git - thirdparty/bind9.git/commit
Increase timeout for reload-based kasp signing checks 12151/head
authorMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 12:30:23 +0000 (12:30 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 13:58:56 +0000 (15:58 +0200)
commita2ccc04ae3fddd1786f7ac8f1b6fc637d818a190
tree479705be7f80e71b5502c708c6496f863c27ac95
parent14a1e0d2a9450b4d90e04583d4d422ca72ba1eab
Increase timeout for reload-based kasp signing checks

After reloading an inline-signed zone from file, named must re-read it,
detect the deltas and generate RRSIGs before the answer is signed, which
can take longer than 5 seconds on a loaded CI host and cause spurious
update_is_signed() timeouts. Bump these reload-based checks to 10
seconds, matching cb_ixfr_is_signed.

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