test: remove retry on start

This commit is contained in:
Roman 2025-01-07 14:56:21 +08:00
parent ce095b45a2
commit 4d814141d6
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -40,7 +40,7 @@ class NomosNode:
logger.debug(f"NomosNode instance initialized with log path {self._log_path}")
@retry(stop=stop_after_delay(60), wait=wait_fixed(0.1), reraise=True)
# @retry(stop=stop_after_delay(60), wait=wait_fixed(0.1), reraise=True)
def start(self, wait_for_node_sec=20, **kwargs):
logger.debug("Starting Node...")
self._docker_manager.create_network()