aboutsummaryrefslogtreecommitdiffstats
path: root/script/restart-mongrel
diff options
context:
space:
mode:
authorfrancis <francis>2008-05-16 19:25:31 +0000
committerfrancis <francis>2008-05-16 19:25:31 +0000
commitdd505f8f8c5ba7403529ac8d4b764da48f4fd625 (patch)
treea85c57a05bba554c97a380d30fdc23cf6e735d95 /script/restart-mongrel
parente097d887e71d58015b4b35b0a344bd5b100cd12e (diff)
2s didn't seem enough
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 51c3a85a5..a57604618 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 2s
+ sleep 3s
ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d
else
ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d