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:
committed by
Paulus Schoutsen
parent
acc10c296e
commit
88441d5f68
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user