mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-04-20 01:33:06 +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)
|
start_nodes(self.main_nodes)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
ensure_nodes_ready(self.main_nodes[2:])
|
ensure_nodes_ready(self.main_nodes[1:])
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
logger.error(f"REST service did not become ready in time: {ex}")
|
logger.error(f"REST service did not become ready in time: {ex}")
|
||||||
raise
|
raise
|
||||||
@ -64,7 +64,7 @@ class StepsCommon:
|
|||||||
start_nodes(self.main_nodes)
|
start_nodes(self.main_nodes)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
ensure_nodes_ready(self.main_nodes[2:])
|
ensure_nodes_ready(self.main_nodes[1:])
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
logger.error(f"REST service did not become ready in time: {ex}")
|
logger.error(f"REST service did not become ready in time: {ex}")
|
||||||
raise
|
raise
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user