aboutsummaryrefslogtreecommitdiffstats
path: root/script/restart-mongrel
diff options
context:
space:
mode:
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 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