From da64a41e374f4d2a129f6affe1dc317bbc715b8b Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 23 Oct 2025 15:23:21 +0100 Subject: [PATCH] Bump timeout for `analyze-action-input` test --- src/analyze-action-input.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/analyze-action-input.test.ts b/src/analyze-action-input.test.ts index f4bf046da..1f8017e10 100644 --- a/src/analyze-action-input.test.ts +++ b/src/analyze-action-input.test.ts @@ -24,6 +24,7 @@ setupTests(test); // but the first test would fail. test("analyze action with RAM & threads from action inputs", async (t) => { + t.timeout(1000 * 20); await util.withTmpDir(async (tmpDir) => { process.env["GITHUB_SERVER_URL"] = util.GITHUB_DOTCOM_URL; process.env["GITHUB_REPOSITORY"] = "github/codeql-action-fake-repository";