From: Michal Nowak Date: Tue, 10 Mar 2026 10:42:38 +0000 (+0100) Subject: Bump xfer timeout to 30 seconds X-Git-Tag: v9.21.20~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a7430a5f122050d375517989b6d490c38ca0ed;p=thirdparty%2Fbind9.git Bump xfer timeout to 30 seconds Enabling ans6 responses and xfr-and-reconfig zone reload sometimes takes more time on FreeBSD than the default timeout allows; bump it to 30 seconds. --- diff --git a/bin/tests/system/xfer/tests_xfer.py b/bin/tests/system/xfer/tests_xfer.py index 8aabb3a46a3..42334b7cfa5 100644 --- a/bin/tests/system/xfer/tests_xfer.py +++ b/bin/tests/system/xfer/tests_xfer.py @@ -555,7 +555,7 @@ def test_reconfiguration_when_zone_transfer_is_in_the_middle_of_soa_query(ns6): isctest.log.info("Make ans6 receive queries and respond to them") msg = dns.message.make_query("enable.send-responses._control.", "TXT") - with ns6.watch_log_from_here() as watcher_transfer_started: + with ns6.watch_log_from_here(timeout=30) as watcher_transfer_started: get_response(msg, "10.53.0.9") isctest.log.info("Try to reload the zone from the primary") ns6.rndc("reload xfr-and-reconfig")