summaryrefslogtreecommitdiff
path: root/tool/lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lib/test')
-rw-r--r--tool/lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index a9c3b9b7ec..18b894a893 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] || 600)
+ @worker_timeout = EnvUtil.apply_timeout_scale(options[:worker_timeout] || 3600)
super
end