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
? 90
: testProfile === "low"
? 20
? 32
: highMemLocalHost
? 80
: 60;
@ -307,7 +307,7 @@ const defaultHeavyUnitLaneCount =
: isMacMiniProfile
? 6
: testProfile === "low"
? 2
? 3
: highMemLocalHost
? 5
: 4;