Skip to content

Commit d93d7b4

Browse files
authored
Wait for all nodes to finish self-healing-open before completing (#7556)
1 parent c38feb2 commit d93d7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/infra/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ def cycle(items):
906906
verify_ca=False,
907907
)
908908
LOG.info(f"{node.local_node_id} opened")
909-
return
909+
waiting_nodes.remove(node)
910910
except Exception as e:
911911
is_timeout = isinstance(e, (CCFIOException, TimeoutError)) or (
912912
isinstance(e, RuntimeError) and "node is stopped" in str(e)

0 commit comments

Comments
 (0)