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 #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 #31721