mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 21:23:07 +00:00
fix: indexing for ensure_nodes_ready
This commit is contained in:
parent
eb51c6b02c
commit
ebd56ce282
@ -46,7 +46,7 @@ class StepsCommon:
|
||||
start_nodes(self.main_nodes)
|
||||
|
||||
try:
|
||||
ensure_nodes_ready(self.main_nodes[2:])
|
||||
ensure_nodes_ready(self.main_nodes[1:])
|
||||
except Exception as ex:
|
||||
logger.error(f"REST service did not become ready in time: {ex}")
|
||||
raise
|
||||
@ -64,7 +64,7 @@ class StepsCommon:
|
||||
start_nodes(self.main_nodes)
|
||||
|
||||
try:
|
||||
ensure_nodes_ready(self.main_nodes[2:])
|
||||
ensure_nodes_ready(self.main_nodes[1:])
|
||||
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