test: peel more slow unit files out of unit-fast

This commit is contained in:
Peter Steinberger 2026-03-20 20:04:25 +00:00
parent a20ba74978
commit 1b18742e8e

View File

@ -297,7 +297,7 @@ const defaultHeavyUnitFileLimit =
: isMacMiniProfile : isMacMiniProfile
? 90 ? 90
: testProfile === "low" : testProfile === "low"
? 20 ? 32
: highMemLocalHost : highMemLocalHost
? 80 ? 80
: 60; : 60;
@ -307,7 +307,7 @@ const defaultHeavyUnitLaneCount =
: isMacMiniProfile : isMacMiniProfile
? 6 ? 6
: testProfile === "low" : testProfile === "low"
? 2 ? 3
: highMemLocalHost : highMemLocalHost
? 5 ? 5
: 4; : 4;