From 469aa2b863e412bd032c08e494878f3e31dceaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Mon, 26 Aug 2024 17:44:07 +0100 Subject: [PATCH] test: Bump timeout on long running List component test (#3564) --- .../src/@planx/components/List/Public/index.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..fed2d67c66 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( , @@ -235,7 +235,7 @@ describe("Building a list", () => { test( "Removing an item when all cards are inactive", - { timeout: 20000 }, + { timeout: 25000 }, async () => { // Setup three cards const {