I noticed the test sometimes fails due to some timeout on the addnode call, which is unrelated to the test:https://build.bitcoinabc.org/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=390761&_focus=3753&guest=1 . In general there is little advantage to use short timeouts as it can make the test flacky on slow machines, which doesn't help in detecting the actual issues.
Details
Details
- Reviewers
sdulfari - Group Reviewers
Restricted Project - Commits
- rABC53a5929c0141: [avalanche] Remove unecessary timeout in the abc_p2p_getavaaddr.py test
./test/functional/test_runner.py abc_p2p_getavaaddr
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
These timeouts are a symptom that the default is too long. They make local testing painful when debugging tests. We should consider lowering the default timeout if not too many tests are impacted, but that will be a separate change.