Skip to content

Commit

Permalink
chore: bump jest timeout
Browse files Browse the repository at this point in the history
We're seeing this timeout triggered in CI.

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Nov 20, 2023
1 parent eeb941f commit cd2eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/action_args.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit cd2eaff

Please sign in to comment.