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;