]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
give more time for the initial signing of bits in the inline signing test to complete
authorMark Andrews <marka@isc.org>
Wed, 13 Sep 2017 02:18:59 +0000 (12:18 +1000)
committerMark Andrews <marka@isc.org>
Wed, 13 Sep 2017 02:18:59 +0000 (12:18 +1000)
bin/tests/system/inline/tests.sh

index bcb1fdd8689c68fc4216d2f9bd4a1ea9af9b1306..ddbc75ff80eb07b50b41188d451e5790bb281cc6 100755 (executable)
@@ -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