mirror of
https://github.com/logos-co/nomos-e2e-tests.git
synced 2025-02-23 11:48:36 +00:00
test: remove the node up check
- bump startup timeout to 30 sec
This commit is contained in:
parent
8a846fd450
commit
5ac972a74f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user