From fd08918df599d66086dc00cf7f2f9e3105399df3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 31 Aug 2020 22:09:38 +1000 Subject: [PATCH] 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. --- bin/tests/system/rndc/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/rndc/tests.sh b/bin/tests/system/rndc/tests.sh index 7142e645d4..c72ad2e85c 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 && {