test: remove the node up check

- bump startup timeout to 30 sec
This commit is contained in:
Roman 2025-01-10 14:58:00 +08:00
parent 8a846fd450
commit 5ac972a74f
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -82,7 +82,7 @@ class NomosNode:
logger.debug(f"Started container from image {self._image_name}. " f"REST: {getattr(self, '_tcp_port', 'N/A')}")
# try:
self.ensure_ready(timeout_duration=wait_for_node_sec)
# self.ensure_ready(timeout_duration=wait_for_node_sec)
# except Exception as ex:
# logger.error(f"REST service did not become ready in time: {ex}")
# raise