Revert change of default minutes for unknown Jest configs

This commit is contained in:
Spencer 2022-12-22 21:47:54 -07:00 committed by GitHub
parent afb09ccf8a
commit 98613be316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,7 @@ export async function pickTestGroupRunOrder() {
groups: [
{
type: UNIT_TYPE,
defaultMin: 60,
defaultMin: 4,
maxMin: JEST_MAX_MINUTES,
overheadMin: 0.2,
names: jestUnitConfigs,