The default timeout for the assert_debug_log is 2s, which might be short when waiting for the vote finalization message in the log. Also the event timeout is 60s which is useless since it will fail after 2s anyway.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCc05d8c9aca24: [avalanche] Bump the proof vote finalization timeout in the functional test
for i in {1..100}; do ./test/functional/test_runner.py abc_p2p_avalanche_proof_voting || break; done
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalanche_proof_voting_timeout
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18273 Build 36354: Build Diff build-diff · build-without-wallet · build-debug · build-clang-tidy · build-clang Build 36353: arc lint + arc unit