Open
Description
- Add support for the complete test run of the Synthetics runner which includes running multiple journeys to completion and takes in to account of other individual timeouts. This option would be configurable via
- CLI via
--globalTimeout 30000
- Synthetics config file (synthetics.config.ts) -
{ globalTimeout: 30000 }
- CLI via
For individual journey timeouts, users would still rely on #133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment