Use 20min for parallel test worker timeout
This commit is contained in:
parent
fdfde6ab2e
commit
671f6e78b4
@ -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] || 1200)
|
||||
super
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user