From: Adam Dickmeiss Date: Tue, 13 Oct 2009 13:54:11 +0000 (+0200) Subject: Sometimes it takes 2 sec for Pazpar2 to stop X-Git-Tag: v1.2.3~24 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=dcd54047e0fbfb3b5ca295699b7132ab2606abf5;p=pazpar2-moved-to-github.git Sometimes it takes 2 sec for Pazpar2 to stop --- diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index 82cb708..cdc6ee4 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -122,10 +122,9 @@ IFS="$oIFS" # Kill programs -sleep 1 if test -n "$PP2PID"; then kill $PP2PID - sleep 1 + sleep 2 fi exit $code