Skip to content
代码片段 群组 项目
提交 7b0e03b2 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
...@@ -31,7 +31,7 @@ def wait_for_latest_pipeline_completed ...@@ -31,7 +31,7 @@ def wait_for_latest_pipeline_completed
end end
def wait_for_latest_pipeline_status 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 wait_until(reload: false, max_duration: 360) do
within_element_by_index(:pipeline_commit_status, 0) { yield } within_element_by_index(:pipeline_commit_status, 0) { yield }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册