diff --git a/supervisor/supervisor.py b/supervisor/supervisor.py index 59f5ca426..02a9667ac 100644 --- a/supervisor/supervisor.py +++ b/supervisor/supervisor.py @@ -124,7 +124,7 @@ class Supervisor(CoreSysAttributes): with suppress(SupervisorError): await self.update_apparmor() - self.sys_loop.call_later(1, self.sys_loop.stop) + self.sys_loop.call_later(5, self.sys_loop.stop) @property def in_progress(self) -> bool: