Increase expectation wait timeout

parent b57293d4
......@@ -56,7 +56,7 @@ module QA
end
Page::Project::Job::Show.perform do |show|
expect(show).to have_passed(timeout: 360)
expect(show).to have_passed(timeout: 800)
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