]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Bump xfer timeout to 30 seconds
authorMichal Nowak <mnowak@isc.org>
Tue, 10 Mar 2026 10:42:38 +0000 (11:42 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 10 Mar 2026 11:39:14 +0000 (12:39 +0100)
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.

bin/tests/system/xfer/tests_xfer.py

index 8aabb3a46a33dd0e0800ea2babc88013e1061104..42334b7cfa5ebf999cc23c4fcf686cf416ef4d67 100644 (file)
@@ -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")