Replies: 2 comments
-
Hey @thielium! This isn't configurable by design, if a snapshot is taking longer than 30 seconds to load or resolve network requests there's an issue that should be resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @Robdel12 -- I definitely understand that perspective, and my first approach was to try to fix my pages. However, there are a couple reasons I ended up increasing the timeout:
A little more context:
All we really want is a way to configure Storybook to support the environment it's being executed on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently had an issue with my Percy runs timing out on Github Actions.
I ended up having to patch Percy with a different timeout for Chromium:
Here's the line I touched:
cli/packages/core/src/page.js
Line 7 in ceadd44
If we could parameterize, instead of patch, it'd be mighty helpful.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions