From 54b2836eab4a72d07ea0ff7db0c23df44b6f06d4 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 21 Jun 2026 14:27:10 +0200 Subject: [PATCH] test(scripts): stabilize gauntlet termination timing --- test/scripts/plugin-gateway-gauntlet.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/scripts/plugin-gateway-gauntlet.test.ts b/test/scripts/plugin-gateway-gauntlet.test.ts index 5d7e2d2e4e22..ca61364068be 100644 --- a/test/scripts/plugin-gateway-gauntlet.test.ts +++ b/test/scripts/plugin-gateway-gauntlet.test.ts @@ -884,10 +884,10 @@ const promise = runMeasuredCommandLive({ label: "timeout-parent-termination", phase: "probe", timeoutKillGraceMs: 1_000, - timeoutMs: 100, + timeoutMs: 1_000, timeMode: "none", }); -for (let attempt = 0; attempt < 100 && !fs.existsSync(${JSON.stringify( +for (let attempt = 0; attempt < 200 && !fs.existsSync(${JSON.stringify( leaderExitedPath, )}); attempt += 1) { await delay(25);