mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 15:19:59 -04:00
give more time for the initial signing of bits in the inline signing test to complete
(cherry picked from commit e930487ce7)
This commit is contained in:
parent
3e777e1e1f
commit
9caa3cec56
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue