Page MenuHomePhabricator

test: add "Debug" build to slow builds
ClosedPublic

Authored by PiRK on Thu, Apr 17, 11:18.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC86362b831598: test: add "Debug" build to slow builds
Summary

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.

Test Plan
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

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Thu, Apr 17, 11:18
This revision is now accepted and ready to land.Thu, Apr 17, 11:19
PiRK retitled this revision from test: add "Debug" builds to slow builds to test: add "Debug" build to slow builds.Thu, Apr 17, 11:20
This revision was automatically updated to reflect the committed changes.