mirror of
https://github.com/home-assistant/core.git
synced 2026-08-03 20:24:55 +02:00
Increase WebDAV client timeout from 10 to 30 seconds (#170476)
This commit is contained in:
@@ -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),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user