Open
Description
Browser monitor timeouts are intended to be supported in 8.4.
A timeout option should be added to the monitor dsl and CLI options (--timeout
) to define timeouts on the monitor level and runner level. The CLI option will be a per-journey timeout.
Users would be able to override individual Monitor timeout aka Journey timeout using the Monitor DSL or via CLI option --timeout
and Synthetics config file.
monitor.use({ timeout: 10000}) // 10 seconds timeout
npx @elasic/synthetics journeys --timeout 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels