From: Mark Andrews Date: Mon, 31 Aug 2020 12:09:38 +0000 (+1000) Subject: Increase zone load timeout in the "rndc" test X-Git-Tag: v9.17.5~6^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fd08918df599d66086dc00cf7f2f9e3105399df3;p=thirdparty%2Fbind9.git 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. --- diff --git a/bin/tests/system/rndc/tests.sh b/bin/tests/system/rndc/tests.sh index 7142e645d48..c72ad2e85c3 100644 --- a/bin/tests/system/rndc/tests.sh +++ b/bin/tests/system/rndc/tests.sh @@ -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 && {