Commit b1a38413 authored by Mark Lapierre's avatar Mark Lapierre

Give the pipeline time to complete

parent 5e5924a2
......@@ -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