mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 18:49:07 +01:00
Increase wait to 5
This commit is contained in:
parent
e5ec445638
commit
798e2f1bf0
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ namespace :deploy do
|
||||||
info 'Restarting application server'
|
info 'Restarting application server'
|
||||||
invoke('deploy:stop')
|
invoke('deploy:stop')
|
||||||
|
|
||||||
info 'Waiting 2 seconds'
|
info 'Waiting 5 seconds'
|
||||||
sleep 2
|
sleep 5
|
||||||
|
|
||||||
invoke('deploy:start')
|
invoke('deploy:start')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue