Skip to content

Commit

Permalink
Attempt at fixing test timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Jul 31, 2023
1 parent 5d4a660 commit dc398ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/rustfmt.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import rustfmt from "../src/rustfmt";

jest.setTimeout(10000);
jest.setTimeout(15000);

test("rustfmt check output is empty when nothing is required", async () => {
expect(
Expand Down

0 comments on commit dc398ef

Please sign in to comment.