mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 18:40:57 -04:00
wait longer for the transfer to complete
(cherry picked from commit 04ed4dd4db)
This commit is contained in:
parent
4901f2c10b
commit
4ed920490a
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ do
|
|||
done
|
||||
|
||||
try=0
|
||||
while test $try -lt 45
|
||||
while test $try -lt 120
|
||||
do
|
||||
sleep 1
|
||||
sed -n "$cur,"'$p' < ns2/named.run | grep "transfer of 'dom6.example/IN' from " > /dev/null && {
|
||||
|
|
|
|||
Loading…
Reference in a new issue