Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#31751: test: fix intermittent timeout in p2p_1p1c_netwo…
…rk.py 152a2dc test: fix intermittent timeout in p2p_1p1c_network.py (Martin Zumsande) Pull request description: The timeout is due to outstanding txrequests with python peers, which have the same timeout (`60s`) as the mempool sync timeout. I explained this in more detail in bitcoin#31721 (comment) and also mentioned there how to reproduce it. Fix this by disconnecting the python peers after they send their txns, they aren't needed after this point anyway because the main goal of the test is the sync between the 4 full nodes. Fixes bitcoin#31721 ACKs for top commit: achow101: ACK 152a2dc instagibbs: reACK 152a2dc marcofleon: ACK 152a2dc glozow: reACK 152a2dc Tree-SHA512: 908c58933d8e9fcca91425fce1b7c9c7cb7121a6d26840630e03a442356ad2a327d1e087df72a19caa97024ea827593e10f2ff93838f88939458e73df9857df0
- Loading branch information