5 seconds just isn't long enough

This commit is contained in:
Kurt Zeilenga 1999-08-03 21:46:44 +00:00
parent 10591cb47d
commit 64be0a23bb

View File

@ -31,7 +31,7 @@ for CMD in $SRCDIR/scripts/test*; do
echo ">>>>> $CMD failed (exit $RC)"
exit $RC
fi
echo ">>>>> waiting 5 seconds for things to exit"
echo ">>>>> waiting 10 seconds for things to exit"
sleep 5
echo
done