From: Mark Andrews Date: Wed, 13 Sep 2017 02:18:59 +0000 (+1000) Subject: give more time for the initial signing of bits in the inline signing test to complete X-Git-Tag: v9.12.0b1~223 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e930487ce77747ba13778ecc7bde72622be17e5a;p=thirdparty%2Fbind9.git give more time for the initial signing of bits in the inline signing test to complete --- diff --git a/bin/tests/system/inline/tests.sh b/bin/tests/system/inline/tests.sh index bcb1fdd8689..ddbc75ff80e 100755 --- a/bin/tests/system/inline/tests.sh +++ b/bin/tests/system/inline/tests.sh @@ -52,7 +52,7 @@ status=`expr $status + $ret` n=`expr $n + 1` echo "I:checking that the zone is signed on initial transfer ($n)" ret=0 -for i in 1 2 3 4 5 6 7 8 9 10 +for i in 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 do ret=0 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -list bits > signing.out.test$n 2>&1