diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-03-27 16:10:45 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-03-27 16:10:45 +0000 |
| commit | 2650d0afc92d355b17157970eacf474194d728f5 (patch) | |
| tree | 159fae46d5cd7b3f0753c75bc2060b8be515d4c1 /java | |
| parent | 30ae5b291db3f00fda3bfc6f7a8e3dca00a97fea (diff) | |
| download | qpid-python-2650d0afc92d355b17157970eacf474194d728f5.tar.gz | |
Added echo of progress and reduced timeout
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@522981 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/broker/bin/qpid.stop | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/broker/bin/qpid.stop b/java/broker/bin/qpid.stop index 1bffc8cdb8..cc8c23b3e4 100644 --- a/java/broker/bin/qpid.stop +++ b/java/broker/bin/qpid.stop @@ -5,8 +5,8 @@ # Script checks for a given pid running PROGRAM and attempts to quit it # -MAX_ATTEMPTS=5 -SLEEP_DELAY=2 +MAX_ATTEMPTS=3 +SLEEP_DELAY=1 PROGRAM="org.apache.qpid.server.Main" @@ -42,6 +42,7 @@ kill $1 # check() { +echo "Waiting $SLEEP_DELAY second for $1 to exit" sleep $SLEEP_DELAY lookup $1 } |
