tidyings from 18962 (#19644)

This commit is contained in:
Meghan Denny
2025-05-14 17:47:51 -08:00
committed by GitHub
parent 6e063fa57b
commit d774baa28a
21 changed files with 150 additions and 232 deletions

View File

@@ -132,7 +132,7 @@ const { values: options, positionals: filters } = parseArgs({
},
["retries"]: {
type: "string",
default: isCI ? "4" : "0", // N retries = N+1 attempts
default: isCI ? "3" : "0", // N retries = N+1 attempts
},
["junit"]: {
type: "boolean",