Page MenuHomePhabricator

Bump the timeout for the debug log messages in test_seed_peers
ClosedPublic

Authored by Fabien on Feb 4 2022, 09:48.

Details

Summary

There have been a few CI failures on this test. From investigation the failures occurs on assertions that are expecting several debug log messages to appear upon node startup. The default timeout is used which is 2s and sometimes this is not enough for all the messages to be printed. This diff bumps the timeout for the cases where several messages are expected after a node restart to get rid of the failures.

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
bump_debug_log_start_timeout
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18150
Build 36116: Build Diffbuild-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang
Build 36115: arc lint + arc unit