Commit 3793d78a authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho

Merge branch 'ml-fix-multi-project-pipeline-test' into 'master'

Give the pipeline time to complete

Closes #34356

See merge request gitlab-org/gitlab!18774
parents 257104c3 b1a38413
......@@ -74,7 +74,7 @@ module QA
it 'creates a multi-project pipeline' do
Page::MergeRequest::Show.perform do |show|
pipeline_passed = show.retry_until(reload: true) do
pipeline_passed = show.retry_until(reload: true, max_attempts: 10, sleep_interval: 5) do
show.has_content?(/Pipeline #\d+ passed/)
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