We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
analyze-action-input
1 parent 8376af2 commit da64a41Copy full SHA for da64a41
src/analyze-action-input.test.ts
@@ -24,6 +24,7 @@ setupTests(test);
24
// but the first test would fail.
25
26
test("analyze action with RAM & threads from action inputs", async (t) => {
27
+ t.timeout(1000 * 20);
28
await util.withTmpDir(async (tmpDir) => {
29
process.env["GITHUB_SERVER_URL"] = util.GITHUB_DOTCOM_URL;
30
process.env["GITHUB_REPOSITORY"] = "github/codeql-action-fake-repository";
0 commit comments