fix: remove startup delay

This commit is contained in:
Roman 2025-01-07 15:09:24 +08:00
parent 8a5732ef0d
commit ce7f08fc70
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -83,10 +83,8 @@ class NomosNode:
)
logger.debug(f"Container returned {self._container}")
logger.debug(f"Started container from image {self._image_name}. " f"REST: {getattr(self, '_tcp_port', 'N/A')}")
delay(10)
try:
self.ensure_ready(timeout_duration=wait_for_node_sec)
except Exception as ex: