Increase timeout while waiting for ListEntities to be done (#318)

This commit is contained in:
Jesse Hills 2022-11-28 23:07:58 +13:00 committed by GitHub
parent c9ba73c18c
commit c3d610e45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ class APIClient:
assert self._connection is not None
resp = await self._connection.send_message_await_response_complex(
ListEntitiesRequest(), do_append, do_stop, timeout=30
ListEntitiesRequest(), do_append, do_stop, timeout=60
)
entities: List[EntityInfo] = []
services: List[UserService] = []