-
The problemIn my .percy.yml I have a discovery section that contains this:
When running snapshot I get these Error messages
This implies the timeout setting in the yaml file isn't passed on The timeout setting is documented here https://docs.percy.io/docs/cli-configuration#a-complete-config Also tested with the alternative spelling of
Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @miiimooo! That config option doesn't alter the navigation timeout, that is for the browser launch timeout
The navigation is not configurable, if it's taking longer than 30 seconds to complete navigation to a page there's an issue. It'd be worth looking at debug logs ( |
Beta Was this translation helpful? Give feedback.
Hey @miiimooo! That config option doesn't alter the navigation timeout, that is for the browser launch timeout
The navigation is not configurable, if it's taking longer than 30 seconds to complete navigation to a page there's an issue. It'd be worth looking at debug logs (
--debug
) to figure out what might be hanging the navigation: https://docs.percy.io/docs/debugging-sdks#debugging-sdks Also might be worth observing what the asset discovery browser is doing: https://docs.percy.io/docs/debugging-sdks#display-the-asset-discovery-browser