From 0a75b9477b26a8de37047a431101c0e53f73d213 Mon Sep 17 00:00:00 2001 From: Josep Jaume Rey Peroy Date: Fri, 27 Sep 2024 10:56:15 +0200 Subject: [PATCH] Test increasing delay --- lib/experimental/Layouts/InfoPaneLayout/index.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/experimental/Layouts/InfoPaneLayout/index.stories.tsx b/lib/experimental/Layouts/InfoPaneLayout/index.stories.tsx index 5a6524f9..69420ab8 100644 --- a/lib/experimental/Layouts/InfoPaneLayout/index.stories.tsx +++ b/lib/experimental/Layouts/InfoPaneLayout/index.stories.tsx @@ -23,7 +23,7 @@ const meta = { ), }, parameters: { - chromatic: { delay: 1000 }, + chromatic: { delay: 5000 }, }, } satisfies Meta