]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Bump edns-expire refresh timeout to 30 seconds
authorMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 13:56:36 +0000 (15:56 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 13:56:36 +0000 (15:56 +0200)
Rarely, RNDC fails to refresh the zone on FreeBSD in the default 10
seconds, causing test_edns_expire_refresh to fail with a TimeoutExpired
on the "rndc refresh edns-expire." call.  Give it more time, the same
way the reconfigure timeout was bumped in
test_reconfiguration_when_zone_transfer_is_in_the_middle_of_soa_query.

Assisted-by: Claude:claude-opus-4-8
Merge branch 'mnowak/bump-edns-expire-refresh-rndc-timeout' into 'main'

See merge request isc-projects/bind9!12152


Trivial merge