mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 17:50:00 -04:00
Increase zone load timeout in the "rndc" test
The "huge.zone" zone can take longer than 100 seconds to load when running under a sanitizer. Increase the relevant zone load timeout to prevent intermittent failures of the "rndc" system test.
This commit is contained in:
parent
aa42c8676f
commit
fd08918df5
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ n=`expr $n + 1`
|
|||
echo_i "wait for the zones to be loaded ($n)"
|
||||
ret=1
|
||||
try=0
|
||||
while test $try -lt 100
|
||||
while test $try -lt 180
|
||||
do
|
||||
sleep 1
|
||||
sed -n "$cur,"'$p' < ns6/named.run | grep "any newly configured zones are now loaded" > /dev/null && {
|
||||
|
|
|
|||
Loading…
Reference in a new issue