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

old-commit-hash: 99fbd4b150
pull/32199/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent ef9afc072f
commit e11869d4c9
  1. 3
      selfdrive/updated.py

@ -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()

Loading…
Cancel
Save