Skip to content

Commit 8e98911

Browse files
committed
Add more generous try timeout for multiple pipelines specs
1 parent 257a819 commit 8e98911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/integration/specs/multiple_pipeline_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
let!(:pipelines_yaml) { pipelines.to_yaml }
3838
let!(:pipelines_yaml_file) { ::File.join(settings_dir, "pipelines.yml") }
3939

40-
let(:retry_attempts) { 30 }
40+
let(:retry_attempts) { 40 }
4141

4242
before(:each) do
4343
IO.write(pipelines_yaml_file, pipelines_yaml)

0 commit comments

Comments
 (0)