mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
fix: uncomment retry for start
This commit is contained in:
parent
ac2f1fc8a7
commit
0ec8ce05e1
@ -39,7 +39,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=120, **kwargs):
|
||||
logger.debug("Starting Node...")
|
||||
self._docker_manager.create_network()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user