diff --git a/editor.planx.uk/src/@planx/components/List/Public/index.test.tsx b/editor.planx.uk/src/@planx/components/List/Public/index.test.tsx index b619b1f881..8ccf728514 100644 --- a/editor.planx.uk/src/@planx/components/List/Public/index.test.tsx +++ b/editor.planx.uk/src/@planx/components/List/Public/index.test.tsx @@ -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( ,