Page MenuHomePhabricator

Bump the p2p_blockfilters initial block sync timeout
ClosedPublic

Authored by Fabien on Dec 27 2022, 16:06.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCb228d9408a6e: Bump the p2p_blockfilters initial block sync timeout
Summary

The generate call now implies a chain sync, but despite the RPC has a long timeout, the sync timeout is the default 60s which is not enough on some of our slow machines, especially the qemu ARM machine. This diff bump this timeout to prevent spurious CI failures.

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
bump_p2p_blockfilters_sync_timeout
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21675
Build 42990: Build Diffbuild-without-wallet · build-diff · build-debug · build-clang · build-clang-tidy
Build 42989: arc lint + arc unit