1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Reduce connection timeout to avoid config flow timeouts (#29172)

This commit is contained in:
jjlawren
2019-11-27 16:14:01 -06:00
committed by Paulus Schoutsen
parent acc10c296e
commit 88441d5f68
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ class MockResource:
self.provides = ["server"]
self._mock_plex_server = MockPlexServer(index)
def connect(self):
def connect(self, timeout):
"""Mock the resource connect method."""
return self._mock_plex_server