Increase timeout

This commit is contained in:
Evan Fiordeliso 2021-12-18 21:22:32 -05:00
parent f2883531df
commit bdc8d6983b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from flickerstrip import Flickerstrip
class FlickerstripDiscoveryClient:
def __init__(self):
self.client = SSDPClient(timeout=10)
self.client = SSDPClient(timeout=15)
def __discovered(self, device):
loc = device["location"]