Use 20min for parallel test worker timeout

This commit is contained in:
Yusuke Endoh 2024-08-07 10:17:43 +09:00
parent fdfde6ab2e
commit 671f6e78b4

View File

@ -282,7 +282,7 @@ module Test
options[:parallel] ||= 256 # number of tokens to acquire first options[:parallel] ||= 256 # number of tokens to acquire first
end end
end end
@worker_timeout = EnvUtil.apply_timeout_scale(options[:worker_timeout] || 180) @worker_timeout = EnvUtil.apply_timeout_scale(options[:worker_timeout] || 1200)
super super
end end