Open
Description
Node.js version
18.20.2
NPM version
10.5.0
@checkly/cli version
4.9.1
Steps to reproduce
npx checkly test --timeout=1 --reporter=github
What is expected?
- Test suite exceeding CLI default timeout of 5 minutes should not display failed test result(s) on GitHub MD report
- Timeout should be flexible/increased to allow test suite to finish executing instead of displaying false positive on GitHub MD report
What is actually happening?
Misalignment - GitHub MD displays false positives while Test Sessions are displaying passed results
Any additional comments?
No response