mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 15:17:01 -04:00
Increase delay in test yet again
This commit is contained in:
parent
f2e5c64635
commit
ac4f76549c
1 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ rm -f ns2/example.db
|
|||
cp ns2/example2.db ns2/example.db
|
||||
sleep 6
|
||||
kill -HUP `cat ns2/named.pid`
|
||||
sleep 10
|
||||
sleep 60
|
||||
|
||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
|
||||
@10.53.0.2 a -p 5300 > dig.out.ns2
|
||||
|
|
@ -61,7 +61,7 @@ cp ns2/example3.db ns2/example.db
|
|||
sleep 6
|
||||
kill -HUP `cat ns2/named.pid`
|
||||
(cd ns3 ; $NAMED -c named.conf -d 99 -g >> named.run 2>&1 & )
|
||||
sleep 10
|
||||
sleep 60
|
||||
|
||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
|
||||
@10.53.0.2 a -p 5300 > dig.out.ns2
|
||||
|
|
@ -81,7 +81,7 @@ kill `cat ns2/named.pid`
|
|||
cp ns2/example4.db ns2/example.db
|
||||
sleep 6
|
||||
(cd ns2 ; $NAMED -c named.conf -d 99 -g >> named.run 2>&1 & )
|
||||
sleep 10
|
||||
sleep 60
|
||||
|
||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
|
||||
@10.53.0.2 a -p 5300 > dig.out.ns2
|
||||
|
|
|
|||
Loading…
Reference in a new issue