We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185af8d commit fcfe865Copy full SHA for fcfe865
step_implementations/specs/common_spec.rb
@@ -37,7 +37,7 @@
37
end
38
39
step 'Create a <file> file and validate pipeline completed' do |file|
40
- sleep 60 # Ensure the agent has picked up the job first
+ sleep 20 # FIXME Ensure the agent has picked up the job first
41
go_agents.create_stopjob(file)
42
new_pipeline_dashboard_page.wait_till_pipeline_complete
43
go_agents.delete_stopjobs
0 commit comments