Assume that one dns timeout is 30s and wait slightly longer then that

This commit is contained in:
Love Hornquist Astrand
2009-09-07 14:14:42 -07:00
parent 237e8680be
commit a772c0d495

View File

@@ -39,7 +39,7 @@ log=${2:-messages.log}
waitfor=${3:-${name} started}
t=0
waitsec=20
waitsec=35
echo "Waiting for ${name} to start, looking logfile ${log}"