Skip to content

Commit c2e4255

Browse files
committed
[GR-48376] Increase specs timeout
* 5 minutes seems not enough in linux-aarch64 CI, so double it.
1 parent 4434a32 commit c2e4255

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
@@ -1682,7 +1682,7 @@ def mspec(*args)
16821682
options += %w[--excl-tag slow]
16831683
end
16841684

1685-
options += %w[--timeout 300] if ci?
1685+
options += %w[--timeout 600] if ci?
16861686

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

0 commit comments

Comments
 (0)