Skip to content

Commit a87ec84

Browse files
committed
[GR-46390] Use the FileFormatter in CI to produce less output and add --timeout
* The --timeout should help in case a spec hangs to at least print that spec's description.
1 parent 38cf0ba commit a87ec84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ def mspec(*args)
16441644
options += %w[--excl-tag slow]
16451645
end
16461646

1647-
options += %w[--format specdoc] if ci?
1647+
options += %w[--timeout 300] if ci?
16481648

16491649
args, ruby_args = args_split(args)
16501650
vm_args, ruby_args, parsed_options = ruby_options({}, ['--reveal', *ruby_args])

0 commit comments

Comments
 (0)