Page MenuHomePhabricator

Remove shortened timeouts in p2p_invalid_messages
ClosedPublic

Authored by Fabien on Aug 3 2023, 13:28.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC347a0f92961b: Remove shortened timeouts in p2p_invalid_messages
Summary

The test exhibits occasional failures on the OSX CI machine which has slow networking.
Lowering the timeout brings little to no value, the functions will return as soon as the even happens anyway, and it's better to wait a few more seconds to make sure the issue is real rather than having flaky tests.

Test Plan
./test/functional/test_runner.py p2p_invalid_messages

Diff Detail

Repository
rABC Bitcoin ABC
Branch
p2p_invalid_messages_timeout
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24669
Build 48931: Build Diffbuild-diff · build-debug · build-without-wallet · build-clang-tidy · build-clang
Build 48930: arc lint + arc unit