diff --git a/supervisor/plugins/observer.py b/supervisor/plugins/observer.py index 4dda3c5b1..401b2cc7d 100644 --- a/supervisor/plugins/observer.py +++ b/supervisor/plugins/observer.py @@ -161,7 +161,7 @@ class PluginObserver(PluginBase): async def check_system_runtime(self) -> bool: """Check if the observer is running.""" try: - timeout = aiohttp.ClientTimeout(total=5) + timeout = aiohttp.ClientTimeout(total=10) async with self.sys_websession.get( f"http://{self.sys_docker.network.observer!s}/ping", timeout=timeout ) as request: