Commit 890faddc authored by Victor Colombo's avatar Victor Colombo

Fix epoch initialization

parent 8ff8bb35
...@@ -87,7 +87,7 @@ def run(args): ...@@ -87,7 +87,7 @@ def run(args):
"finalized_epoch": ".data.finalized.epoch" "finalized_epoch": ".data.finalized.epoch"
} }
) )
wait(epoch_recipe, "finalized_epoch", ">", 0) wait(epoch_recipe, "extract.finalized_epoch", "!=", "0", timeout="40m")
print("First finalized epoch occurred successfully") print("First finalized epoch occurred successfully")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment