Increase retry timeout

This commit is contained in:
angelblue05 2019-01-14 02:05:37 -06:00
parent 7332cfa4b2
commit f617619430
2 changed files with 2 additions and 2 deletions

View file

@ -272,7 +272,7 @@ class Service(xbmc.Monitor):
if data.get('ServerId') is None:
self.stop_default()
if self.waitForAbort(20):
if self.waitForAbort(120):
return
self.start_default()