Extend the default timeout of parallel testing
This commit is contained in:
parent
3005ed6816
commit
30be7fb85d
Notes:
git
2024-08-06 06:00:30 +00:00
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user