mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Change Unifi timeout (#20606)
This commit is contained in:
parent
ec4495bd0c
commit
a011048a4e
@ -114,7 +114,7 @@ async def get_controller(
|
||||
)
|
||||
|
||||
try:
|
||||
with async_timeout.timeout(5):
|
||||
with async_timeout.timeout(10):
|
||||
await controller.login()
|
||||
return controller
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user