From 6ade9d43f4b6ef675c3ce006f6ea572cb49113c1 Mon Sep 17 00:00:00 2001 From: Martin MacDonald Date: Tue, 19 Dec 2023 20:26:19 +0000 Subject: [PATCH] Upped timeout to see if that makes a change --- web/components/modals/ChatModal/ChatModal.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/modals/ChatModal/ChatModal.stories.tsx b/web/components/modals/ChatModal/ChatModal.stories.tsx index 9c2044b5a..c0687386f 100644 --- a/web/components/modals/ChatModal/ChatModal.stories.tsx +++ b/web/components/modals/ChatModal/ChatModal.stories.tsx @@ -10,7 +10,7 @@ const meta = { title: 'owncast/Chat/Chat modal', component: ChatModal, parameters: { - chromatic: { diffThreshold: 0.8, delay: 1000 }, + chromatic: { diffThreshold: 0.8, delay: 5000 }, docs: {}, }, } satisfies Meta;