mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-05-02 23:53:14 +00:00
fix: remove startup delay
This commit is contained in:
parent
8a5732ef0d
commit
ce7f08fc70
@ -83,10 +83,8 @@ class NomosNode:
|
|||||||
)
|
)
|
||||||
|
|
||||||
logger.debug(f"Container returned {self._container}")
|
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')}")
|
logger.debug(f"Started container from image {self._image_name}. " f"REST: {getattr(self, '_tcp_port', 'N/A')}")
|
||||||
|
|
||||||
delay(10)
|
|
||||||
try:
|
try:
|
||||||
self.ensure_ready(timeout_duration=wait_for_node_sec)
|
self.ensure_ready(timeout_duration=wait_for_node_sec)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user