]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Bump ns6 reconfigure timeout to 30 seconds
authorMichal Nowak <mnowak@isc.org>
Wed, 8 Apr 2026 19:07:06 +0000 (21:07 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 9 Apr 2026 04:46:06 +0000 (06:46 +0200)
Rarely, RNDC fails to reconfigure zones on FreeBSD in the default 10
seconds.

(cherry picked from commit 723c199daae4881911fc1ae6ac3c868c0370d551)

bin/tests/system/xfer/tests_xfer.py

index 0fdc1641f16046c7ceade404a9e9436fe75100cf..f6d3031a667f63ab713ae9775b723bb3811159cc 100644 (file)
@@ -532,7 +532,7 @@ def test_reconfiguration_when_zone_transfer_is_in_the_middle_of_soa_query(ns6):
     ns6.rndc("reload xfr-and-reconfig")
 
     isctest.log.info("Reconfigure named while zone transfer attempt is in progress")
-    ns6.reconfigure()
+    ns6.reconfigure(timeout=30)
 
     isctest.log.info(
         "Confirm that the ongoing SOA request was canceled, caused by the reconfiguration"