Skip to content

Commit 5b53428

Browse files
committed
Add delay for Chromatic to avoid flake.
1 parent 491d7ec commit 5b53428

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stories/index.stories.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ const App = () => {
5050
)
5151
}
5252

53-
storiesOf("React Async", module).add("DevTools", () => <App />)
53+
storiesOf("React Async", module).add("DevTools", () => <App />, {
54+
chromatic: { delay: 2000 },
55+
})

0 commit comments

Comments
 (0)