Skip to content

Commit 7b8b1f8

Browse files
committed
Lengthen the timeout so it really catches only dead runs
1 parent 9cc2790 commit 7b8b1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/octocatalog-diff/integration/integration_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def self.integration(options = {})
126126

127127
# Run the OctocatalogDiff::Cli.cli and validate output format.
128128
result = begin
129-
timeout(30, Timeout::Error) { OctocatalogDiff::Cli.cli(argv, logger, options) }
129+
timeout(120, Timeout::Error) { OctocatalogDiff::Cli.cli(argv, logger, options) }
130130
rescue Timeout::Error => e
131131
OpenStruct.new(exitcode: 255, exception: e, diffs: [], to: nil, from: nil)
132132
end

0 commit comments

Comments
 (0)