mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Increase timeout to 30 seconds for Mazda integration (#92744)
This commit is contained in:
parent
266905a9d3
commit
bfb38d2f9c
@ -51,7 +51,7 @@ PLATFORMS = [
|
||||
]
|
||||
|
||||
|
||||
async def with_timeout(task, timeout_seconds=10):
|
||||
async def with_timeout(task, timeout_seconds=30):
|
||||
"""Run an async task with a timeout."""
|
||||
async with async_timeout.timeout(timeout_seconds):
|
||||
return await task
|
||||
|
Loading…
x
Reference in New Issue
Block a user