mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 14:52:52 -04:00
Double allowable time for servers to start up.
This commit is contained in:
parent
9a6bbb206e
commit
1dce9a099e
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
# $Id: start.sh,v 1.21 2000/06/26 01:12:35 gson Exp $
|
||||
# $Id: start.sh,v 1.22 2000/06/26 20:56:33 mws Exp $
|
||||
|
||||
#
|
||||
# Start name servers for running system tests.
|
||||
|
|
@ -115,14 +115,14 @@ do
|
|||
fi
|
||||
grep ";" dig.out
|
||||
try=`expr $try + 1`
|
||||
if [ $try = 22 ]; then
|
||||
if [ $try = 30 ]; then
|
||||
cd ..
|
||||
sh ./stop.sh $1
|
||||
echo "I: no response from $d"
|
||||
echo "R:FAIL"
|
||||
exit 1
|
||||
fi
|
||||
sleep 4
|
||||
sleep 9
|
||||
done
|
||||
done
|
||||
rm -f dig.out
|
||||
|
|
|
|||
Loading…
Reference in a new issue