mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-05 20:26:29 +00:00

The tests that are involving reboots are flaky and fail when waiting for the command to return or when waiting for a new login prompt. To mitigate this, do not use run_check, as it needs the shell prompt to reappear, and instead use sendline and wait up to a minute for the GRUB message.