Skip to content

Commit

Permalink
test: Bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 31, 2024
1 parent 6d73827 commit def8a8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const mockProps: Props = {
description: "Mock description",
};

jest.setTimeout(10_000);
jest.setTimeout(20_000);

describe("Basic UI", () => {
it("renders correctly", () => {
Expand Down

0 comments on commit def8a8f

Please sign in to comment.