From: Michal Nowak Date: Wed, 8 Apr 2026 19:07:06 +0000 (+0200) Subject: Bump ns6 reconfigure timeout to 30 seconds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723c199daae4881911fc1ae6ac3c868c0370d551;p=thirdparty%2Fbind9.git Bump ns6 reconfigure timeout to 30 seconds Rarely, RNDC fails to reconfigure zones on FreeBSD in the default 10 seconds. --- diff --git a/bin/tests/system/xfer/tests_xfer.py b/bin/tests/system/xfer/tests_xfer.py index 33730258fc5..cbe49ce9edf 100644 --- a/bin/tests/system/xfer/tests_xfer.py +++ b/bin/tests/system/xfer/tests_xfer.py @@ -543,7 +543,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"