diff --git a/homeassistant/components/webdav/helpers.py b/homeassistant/components/webdav/helpers.py index d5c260535f6c..7e9b7d83c3e2 100644 --- a/homeassistant/components/webdav/helpers.py +++ b/homeassistant/components/webdav/helpers.py @@ -28,7 +28,7 @@ def async_create_client( options=ClientOptions( verify_ssl=verify_ssl, session=async_get_clientsession(hass), - timeout=ClientTimeout(total=10), + timeout=ClientTimeout(total=30), ), )