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