Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test timeouts were previously hardcoded to 60s for playback tests and 240s while recording. Recording the tests has been takes ~5 minutes on CI and bumping into this timeout. This PR updates the default while recording to 10 minutes and makes it configurable with a `TEST_TIMEOUT` environment variable. If `TEST_TIMEOUT` is a raw number, the units will be assumed to be seconds. You can also specify a units suffix like `TEST_TIMEOUT=10m`. Merges #148 LGTM given by: @KPreisner
- Loading branch information