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
Lint
Lint Not Applicable
Unit
Tests Not Applicable