diff --git a/test/functional/p2p_handshake.py b/test/functional/p2p_handshake.py index f0b62e291d322..dd19fe93334bb 100755 --- a/test/functional/p2p_handshake.py +++ b/test/functional/p2p_handshake.py @@ -41,6 +41,7 @@ def add_outbound_connection(self, node, connection_type, services, wait_for_disc peer.sync_with_ping() peer.peer_disconnect() peer.wait_for_disconnect() + self.wait_until(lambda: len(node.getpeerinfo()) == 0) def test_desirable_service_flags(self, node, service_flag_tests, desirable_service_flags, expect_disconnect): """Check that connecting to a peer either fails or succeeds depending on its offered