Add a 'cutoff' flag to test_runner.py that is an integer number of seconds.
The cutoff flag controls which tests run by how long they take in seconds.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING2df90fe06893: [qa] make extended cutoff configurable
rABC2df90fe06893: [qa] make extended cutoff configurable
./test/functional/test_runner.py --cutoff=6000
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/test_runner.py | ||
---|---|---|
226 ↗ | (On Diff #5415) | Can we keep the semantic of --extended to basically means no cutoff if no value is provided ? |