mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 01:06:05 +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'
|
||||
invoke('deploy:stop')
|
||||
|
||||
info 'Waiting 2 seconds'
|
||||
sleep 2
|
||||
info 'Waiting 5 seconds'
|
||||
sleep 5
|
||||
|
||||
invoke('deploy:start')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue