Double allowable time for servers to start up.

This commit is contained in:
Michael Sawyer 2000-06-26 20:56:33 +00:00
parent 9a6bbb206e
commit 1dce9a099e

View file

@ -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