When running with TSAN the query can be delayed so much that the timeout
is not enough.
Bumping the timeout by an order of magnitude should prevent the CI
failure without slowing the test in the average case.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGa325a27e7eb9: Increase timeout in avalanche test
rABCa325a27e7eb9: Increase timeout in avalanche test
Run the CI build-tsan build configuration.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/test/avalanche_tests.cpp | ||
---|---|---|
890 ↗ | (On Diff #15998) | Because i is not used in the loop, it is probably better to use a time limit here rather than a count. |