Skip to content

Commit 8376af2

Browse files
committed
Bump timeout for analyze-action-env test
1 parent 4264208 commit 8376af2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/analyze-action-env.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ setupTests(test);
2424
// but the first test would fail.
2525

2626
test("analyze action with RAM & threads from environment variables", async (t) => {
27+
// This test frequently times out on Windows with the default timeout, so we bump
28+
// it a bit to 20s.
29+
t.timeout(1000 * 20);
2730
await util.withTmpDir(async (tmpDir) => {
2831
process.env["GITHUB_SERVER_URL"] = util.GITHUB_DOTCOM_URL;
2932
process.env["GITHUB_REPOSITORY"] = "github/codeql-action-fake-repository";

0 commit comments

Comments
 (0)