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