From def8a8fa545dae50fe1a533eac723012a978ed4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Fri, 31 May 2024 18:26:17 +0100 Subject: [PATCH] test: Bump timeouts --- .../src/@planx/components/List/Public/index.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d436e87d52..432976c523 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 @@ -15,7 +15,7 @@ const mockProps: Props = { description: "Mock description", }; -jest.setTimeout(10_000); +jest.setTimeout(20_000); describe("Basic UI", () => { it("renders correctly", () => {