Skip to content

Commit d7129e7

Browse files
committed
refactor: increase timeout for skeleton visibility check before screenshot capture
1 parent 06c0d2b commit d7129e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ queryClient.setQueryData(['version'], '1.2.3')
2626
export const parameters = {
2727
eyes: {
2828
beforeCaptureScreenshot: async () => {
29-
const timeout = 180000
29+
const timeout = 300_000
3030
const pollInterval = 100
3131
const start = Date.now()
3232
while (document.querySelector('.ant-skeleton')) {

0 commit comments

Comments
 (0)