From d81a745bbbe31cb421702c4b9e9585d2ba858205 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Tue, 23 May 2000 00:02:45 +0000 Subject: [PATCH] Longer sleep needed for reliable fix to SIGHUP problem --- bin/tests/system/notify/tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index 24312d85da..d92da1581c 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -51,7 +51,7 @@ status=`expr $status + $?` rm -f ns2/example.db cp ns2/example2.db ns2/example.db -sleep 3 +sleep 6 kill -HUP `cat ns2/named.pid` sleep 30 @@ -71,7 +71,7 @@ status=`expr $status + $?` kill `cat ns3/named.pid` rm -f ns2/example.db cp ns2/example3.db ns2/example.db -sleep 3 +sleep 6 kill -HUP `cat ns2/named.pid` (cd ns3 ; $NAMED -c named.conf -d 99 -g >> named.run 2>&1 & ) sleep 30 @@ -92,7 +92,7 @@ status=`expr $status + $?` rm -f ns2/example.db kill `cat ns2/named.pid` cp ns2/example4.db ns2/example.db -sleep 3 +sleep 6 (cd ns2 ; $NAMED -c named.conf -d 99 -g >> named.run 2>&1 & ) sleep 30