lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.2 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.11.3

- old
+ new

@@ -36,11 +36,11 @@ context.clean context.build context.commit context.patch_bump context.release - puts "Waiting a little before installing" - sleep(5) + puts "Waiting a minue before installing" + sleep(60) context.install if context.test_context_successful? puts "newer version installed successfully for #{context_name} and version #{GVB.version}" context.patch_bump # patch_reset(context) \ No newline at end of file