lib/deploy-context/deploy/ruby.rb in deploy-context-0.9.2 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.9.3

- old
+ new

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