Skip to content

Commit

Permalink
test: Bump timeout on long running List component test [skip pizza]
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Aug 26, 2024
1 parent ebc5fe5 commit bf831db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe("Building a list", () => {
).toBeInTheDocument();
});

test("Editing an item", { timeout: 20000 }, async () => {
test("Editing an item", { timeout: 25000 }, async () => {
// Setup three cards
const { getAllByTestId, getByTestId, user } = setup(
<ListComponent {...mockZooProps} />,
Expand Down

0 comments on commit bf831db

Please sign in to comment.