Skip to content

Commit faa2ad8

Browse files
author
MarcoFalke
committed
test: Add missing wait for version to be sent in add_outbound_p2p_connection
1 parent d690f89 commit faa2ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/test_framework/test_node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ def addconnection_callback(address, port):
703703
p2p_conn.wait_for_connect()
704704
self.p2ps.append(p2p_conn)
705705

706+
p2p_conn.wait_until(lambda: not p2p_conn.on_connection_send_msg)
706707
if wait_for_verack:
707708
p2p_conn.wait_for_verack()
708709
p2p_conn.sync_with_ping()

0 commit comments

Comments
 (0)