Commit d0a3544b authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-increase-job-timeout' into 'master'

Increase expectation wait timeout

See merge request gitlab-org/gitlab!82171
parents 58a328ce 8c66305f
...@@ -56,7 +56,7 @@ module QA ...@@ -56,7 +56,7 @@ module QA
end end
Page::Project::Job::Show.perform do |show| Page::Project::Job::Show.perform do |show|
expect(show).to have_passed(timeout: 360) expect(show).to have_passed(timeout: 800)
end end
end end
end 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