Use 3min for test parallel worker timeout again

This commit is contained in:
Yusuke Endoh 2024-08-06 20:12:37 +09:00
parent 062f85e141
commit c0938fd24c
Notes: git 2024-08-06 12:11:59 +00:00

View File

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