Skip to content

Commit da64a41

Browse files
committed
Bump timeout for analyze-action-input test
1 parent 8376af2 commit da64a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analyze-action-input.test.ts

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

2626
test("analyze action with RAM & threads from action inputs", async (t) => {
27+
t.timeout(1000 * 20);
2728
await util.withTmpDir(async (tmpDir) => {
2829
process.env["GITHUB_SERVER_URL"] = util.GITHUB_DOTCOM_URL;
2930
process.env["GITHUB_REPOSITORY"] = "github/codeql-action-fake-repository";

0 commit comments

Comments
 (0)