diff --git a/tests/action_args.test.js b/tests/action_args.test.js index 511ccbc6..a923e2cb 100644 --- a/tests/action_args.test.js +++ b/tests/action_args.test.js @@ -2,7 +2,7 @@ const { run } = require("../index"); const core = require("@actions/core"); const exec = require("@actions/exec"); -jest.setTimeout(30000); +jest.setTimeout(60000); describe("Github action args", () => { it("runs with json report", async () => {