lib/heroku_deploy/tasks.rb in heroku_deploy-0.1.1 vs lib/heroku_deploy/tasks.rb in heroku_deploy-0.1.2
- old
+ new
@@ -148,10 +148,10 @@
puts "Going into maintenance mode"
`heroku maintenance:on --app #{app}`
puts "Waiting for slug to re-compile..."
- 30.times do
+ 60.times do
sleep 1
print "."
STDOUT.flush
end
puts ""
\ No newline at end of file