aboutsummaryrefslogtreecommitdiffstats
path: root/script/restart-mongrel
diff options
context:
space:
mode:
authorfrancis <francis>2008-05-21 23:47:03 +0000
committerfrancis <francis>2008-05-21 23:47:03 +0000
commitfdfbe4f2d7172982ec85006692254c34e00af8f5 (patch)
tree1dc9fddb8f15e2de0b47038eef06cd33aa117d7b /script/restart-mongrel
parent9bab5bbfbee0d17563c930cd9f71babfffcde994 (diff)
Seems to take a while to stop mongrel sometimes.
Diffstat (limited to 'script/restart-mongrel')
-rwxr-xr-xscript/restart-mongrel2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/restart-mongrel b/script/restart-mongrel
index a57604618..004bd0b0e 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 3s
+ sleep 5s
ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d
else
ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d