Commit 55935e07 authored by Dan Davison's avatar Dan Davison

Merge branch 'qa-fix-pipeline-wait-interval' into 'master'

Add sleep_interval for checking completed pipeline

See merge request gitlab-org/gitlab!34944
parents 7afb0295 43269347
......@@ -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