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