Improves debugging experience. Functional tests should never take a minute to park/unpark blocks.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project
ninja && ./test/functional/test_runner.py abc_p2p_avalanche_voting abc-parkedchain
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- test-park-timeout
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 21581 Build 42804: Build Diff build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 42803: arc lint + arc unit
Event Timeline
Comment Actions
Please don't add flakiness to the tests. There is no point lowering the timeout manually, thus overriding the build environment config, and cause occasional failures.
Comment Actions
TIL you can set timeout-factor on the command line. Inspired some improvement to the docs: D12893