Update the sleep to 10 seconds (last commit only changed the echo)

This commit is contained in:
Kurt Zeilenga 1999-08-03 21:47:35 +00:00
parent 64be0a23bb
commit ecbb75f930

View File

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