diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb index be619e1445..a9c3b9b7ec 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -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] || 180) + @worker_timeout = EnvUtil.apply_timeout_scale(options[:worker_timeout] || 600) super end