lib/vidar/deploy_status.rb in vidar-0.3.3 vs lib/vidar/deploy_status.rb in vidar-0.3.4

- old
+ new

@@ -10,9 +10,10 @@ @namespace = namespace end def error? any_errors = false + tries = 0 sleep(INITIAL_SLEEP) until K8s::Pods.new(namespace).all_ready? tries += 1