updated: wait 1m before first cycle (#30492)

This commit is contained in:
Adeeb Shihadeh
2023-11-18 21:55:56 -08:00
committed by GitHub
parent fa353401f4
commit 99fbd4b150
+3
View File
@@ -428,6 +428,9 @@ def main() -> None:
# invalidate old finalized update
set_consistent_flag(False)
# wait a bit before first cycle
wait_helper.sleep(60)
# Run the update loop
while True:
wait_helper.ready_event.clear()