From 656d64b34a34ce04eb030bd94fcae1357ce4a456 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 7 Aug 2025 02:56:52 -0700 Subject: [PATCH] temp --- scripts/runner.node.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runner.node.mjs b/scripts/runner.node.mjs index 1033f834d4..2edc514b6c 100755 --- a/scripts/runner.node.mjs +++ b/scripts/runner.node.mjs @@ -142,7 +142,7 @@ const { values: options, positionals: filters } = parseArgs({ }, ["retries"]: { type: "string", - default: isCI ? "0" : "0", // N retries = N+1 attempts + default: isCI ? "1" : "0", // N retries = N+1 attempts }, ["junit"]: { type: "boolean",