With a Debug build on CI, the feature_assumeutxo.py functional test (D17931) consistently times out when restarting the node with -reindex=1
Doubling the timeout factor fixes this.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC86362b831598: test: add "Debug" build to slow builds
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug ninja check-functional
Check the output of the cmake command for the message "Slow build detected, doubling timeout for check-functional...`
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable