merge fix

This commit is contained in:
Meghan Denny
2025-09-23 22:47:12 -07:00
parent 70e9c9b3e0
commit 8ff53b8ecf
10 changed files with 11 additions and 12 deletions

View File

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