diff options
author | francis <francis> | 2008-04-15 16:20:28 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-15 16:20:28 +0000 |
commit | 4be35bae5aabe1563eb52e61f153810acf6dec22 (patch) | |
tree | aa746503c8ef868c70ed36e79624789a06602af4 /script/restart-mongrel | |
parent | 58a9a8bd9e8a6e6cd7e77c4367bac7c7dd8cccaf (diff) |
Try longer sleep
Diffstat (limited to 'script/restart-mongrel')
-rwxr-xr-x | script/restart-mongrel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/restart-mongrel b/script/restart-mongrel index 691baff9e..51c3a85a5 100755 --- a/script/restart-mongrel +++ b/script/restart-mongrel @@ -8,7 +8,7 @@ cd .. if [ -e log/mongrel.pid ] then ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails stop - sleep 1s + sleep 2s ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d else ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d |