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
- Branch
- avalanche_tests_increase_timeout
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9260 Build 16462: Default Diff Build & Tests Build 16461: arc lint + arc unit
Event Timeline
src/test/avalanche_tests.cpp | ||
---|---|---|
890 | Because i is not used in the loop, it is probably better to use a time limit here rather than a count. |