Shorten a bunch of sleeps. Let's see if this breaks anything.

This commit is contained in:
Brian Wellington
2001-01-17 20:53:44 +00:00
parent 3b77946b75
commit d0dc01dd9d
5 changed files with 12 additions and 24 deletions

View File

@@ -15,13 +15,11 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.11 2001/01/09 21:43:36 bwelling Exp $
# $Id: tests.sh,v 1.12 2001/01/17 20:53:41 bwelling Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
sleep 5
status=0
echo "I:using resolv.conf"
@@ -38,7 +36,7 @@ if [ $? != 0 ]; then
status=1
rm -f lwresd1/lwresd.pid
fi
sleep 6
sleep 5
if [ -f lwresd1/lwresd.pid ]; then
echo "I:lwresd1 didn't die when sent a SIGTERM"
kill -KILL `cat lwresd1/lwresd.pid` > /dev/null 2>&1