Page MenuHomePhabricator

Increase the timeout for sending a large block in abc_p2p_fullblocktest
ClosedPublic

Authored by Fabien on Jan 20 2022, 15:58.

Details

Summary

This test fails sometimes due to a timeout on the TSAN or OSX builds.
The timeout has already been bumped for RPC submission, so do the same for p2p submission. Worst case the test takes longer to fail (if there is a deadlock) which is annoying, but will clearly indicate the source is not resource exhaustion. In the best case this fixes the flakyness.

Test Plan

With TSAN:

./test/functional/test_runner.py abc_p2p_fullblocktest

Diff Detail

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