Wait longer for pipelines to appear in vulnerability QA test
What does this MR do and why?
ee/browser_ui/13_secure/fix_vulnerability_workflow_spec.rb
appears
to fail intermittently on staging because it takes a few seconds for a
file commit to create a pipeline from Sidekiq. Previously the test
would retry 3 times over 2 seconds, which wasn't always enough time
for all the Gitaly calls to complete. This commit waits up to 60
seconds for a project pipeline to appear.
Relates to #365843 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Stan Hu