Skip to content

Commit 671f6e7

Browse files
committed
Use 20min for parallel test worker timeout
1 parent fdfde6a commit 671f6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/lib/test/unit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def non_options(files, options)
282282
options[:parallel] ||= 256 # number of tokens to acquire first
283283
end
284284
end
285-
@worker_timeout = EnvUtil.apply_timeout_scale(options[:worker_timeout] || 180)
285+
@worker_timeout = EnvUtil.apply_timeout_scale(options[:worker_timeout] || 1200)
286286
super
287287
end
288288

0 commit comments

Comments
 (0)