mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 02:47:54 -04:00
chg: test: Bump ns6 reconfigure timeout to 30 seconds
Rarely, RNDC fails to reconfigure zones on FreeBSD in the default 10 seconds. Merge branch 'mnowak/xfer-bump-reconfigure-timeout' into 'main' See merge request isc-projects/bind9!11820
This commit is contained in:
commit
d6239a2c76
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue