Skip to content

Commit fcfe865

Browse files
committed
Decrease fudge factor slightly, until can be rewritten
1 parent 185af8d commit fcfe865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step_implementations/specs/common_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
end
3838

3939
step 'Create a <file> file and validate pipeline completed' do |file|
40-
sleep 60 # Ensure the agent has picked up the job first
40+
sleep 20 # FIXME Ensure the agent has picked up the job first
4141
go_agents.create_stopjob(file)
4242
new_pipeline_dashboard_page.wait_till_pipeline_complete
4343
go_agents.delete_stopjobs

0 commit comments

Comments
 (0)