test: Wait until is_connected in add_p2p_connection

This commit is contained in:
MarcoFalke
2020-08-04 12:55:35 +02:00
parent 3c93623be2
commit fa4dfd215f
4 changed files with 11 additions and 14 deletions

View File

@@ -524,6 +524,7 @@ class TestNode():
p2p_conn.peer_connect(**kwargs, net=self.chain, timeout_factor=self.timeout_factor)()
self.p2ps.append(p2p_conn)
p2p_conn.wait_until(lambda: p2p_conn.is_connected, check_connected=False)
if wait_for_verack:
# Wait for the node to send us the version and verack
p2p_conn.wait_for_verack()