Skip to content

Commit

Permalink
Test out even longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Nov 14, 2022
1 parent 9a4cf80 commit 778e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/reports/ReportForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe("Report form", () => {
expect(screen.queryByText(/error/i, { selector: "h2" })).not.toBeInTheDocument();
expect(mockedNavigate).toBeCalled();
},
{ timeout: 10000 },
{ timeout: 15000 },
);
});

Expand Down

0 comments on commit 778e941

Please sign in to comment.