Commit 7b0e03b2 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'increase-first-pipline-wait' into 'master'

Increase first pipeline wait time to 90 seconds

See merge request gitlab-org/gitlab!58829
parents b7f6c9e7 21a7f78e
......@@ -31,7 +31,7 @@ module QA
end
def wait_for_latest_pipeline_status
wait_until(max_duration: 30, reload: true, sleep_interval: 5) { has_pipeline? }
wait_until(max_duration: 90, reload: true, sleep_interval: 5) { has_pipeline? }
wait_until(reload: false, max_duration: 360) do
within_element_by_index(:pipeline_commit_status, 0) { yield }
......
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