Page MenuHomePhabricator

test: Avoid rpc timeout in p2p_headers_sync_with_minchainwork
ClosedPublic

Authored by PiRK on Feb 7 2024, 08:45.

Details

Summary

Bump the timeout by a lot to avoid the rare JSONRPCException: 'generatetoaddress' RPC took longer than 60.000000 seconds. errors on CI.

This is a backport of core#26954

Test Plan
mkdir build
cd build
cmake .. -GNinja
ninja
python ./test/functional/test_runner.py p2p_headers_sync_with_minchainwork

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable