test: peel more slow unit files out of unit-fast
This commit is contained in:
parent
a20ba74978
commit
1b18742e8e
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user