From 9caa3cec56062f61ba724b6d5c16723b80c50b74 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 13 Sep 2017 12:18:59 +1000 Subject: [PATCH] give more time for the initial signing of bits in the inline signing test to complete (cherry picked from commit e930487ce77747ba13778ecc7bde72622be17e5a) --- bin/tests/system/inline/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/inline/tests.sh b/bin/tests/system/inline/tests.sh index b5c0953f0b..5978249654 100755 --- a/bin/tests/system/inline/tests.sh +++ b/bin/tests/system/inline/tests.sh @@ -60,7 +60,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