Do not raise when downstream pipeline is created

This commit is contained in:
Grzegorz Bizon 2017-12-11 09:43:56 +01:00
parent 806a68a81f
commit 90569a175d

View file

@ -66,7 +66,7 @@ module Omnibus
raise 'Pipeline timeout!' if timeout?
case status
when :pending, :running
when :created, :pending, :running
puts "Waiting another #{INTERVAL} seconds ..."
sleep INTERVAL
when :success