Change Unifi timeout (#20606)

This commit is contained in:
Alok Saboo 2019-01-30 12:40:40 -05:00 committed by Robert Svensson
parent ec4495bd0c
commit a011048a4e

View File

@ -114,7 +114,7 @@ async def get_controller(
)
try:
with async_timeout.timeout(5):
with async_timeout.timeout(10):
await controller.login()
return controller