Commit 43269347 authored by ddavison's avatar ddavison

Add sleep_interval completed pipeline

This value is defaulted to 0.1 which makes
long-running pipelines print excessively to
runner logs.
parent 0662980b
......@@ -43,7 +43,7 @@ module QA
private
def completed?(timeout: 60)
wait_until(reload: false, max_duration: timeout) do
wait_until(reload: false, sleep_interval: 3.0, max_duration: timeout) do
COMPLETED_STATUSES.include?(status_badge)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment