test: Fix intermittent issue in p2p_addr_relay.py

This commit is contained in:
MarcoFalke
2021-04-27 13:32:23 +02:00
parent fa37116c82
commit faa51ef4d3
4 changed files with 12 additions and 9 deletions

View File

@ -82,7 +82,7 @@ class AddrTest(BitcoinTestFramework):
self.mocktime += 5 * 60
self.nodes[0].setmocktime(self.mocktime)
for peer in receivers:
peer.sync_with_ping()
peer.sync_send_with_ping()
def oversized_addr_test(self):
self.log.info('Send an addr message that is too large')