test: widen low-profile singleton batching
This commit is contained in:
parent
2364e45fe4
commit
0a842de354
@ -365,6 +365,8 @@ const defaultSingletonBatchLaneCount =
|
||||
? 0
|
||||
: isCI
|
||||
? Math.ceil(unitSingletonBatchFiles.length / 6)
|
||||
: testProfile === "low" && highMemLocalHost
|
||||
? Math.ceil(unitSingletonBatchFiles.length / 8) + 1
|
||||
: highMemLocalHost
|
||||
? Math.ceil(unitSingletonBatchFiles.length / 8)
|
||||
: lowMemLocalHost
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user