mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Increase timeotut
This commit is contained in:
parent
1f7e045f6a
commit
43277ac2d6
1 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ class ConnectionManager(object):
|
||||||
|
|
||||||
if mode == ConnectionMode['Local']:
|
if mode == ConnectionMode['Local']:
|
||||||
enableRetry = True
|
enableRetry = True
|
||||||
timeout = 5
|
timeout = 8
|
||||||
|
|
||||||
if self._stringEqualsIgnoreCase(address, server.get('ManualAddress')):
|
if self._stringEqualsIgnoreCase(address, server.get('ManualAddress')):
|
||||||
log.info("skipping LocalAddress test because it is the same as ManualAddress")
|
log.info("skipping LocalAddress test because it is the same as ManualAddress")
|
||||||
|
@ -522,7 +522,7 @@ class ConnectionManager(object):
|
||||||
|
|
||||||
if self._stringEqualsIgnoreCase(address, server.get('LocalAddress')):
|
if self._stringEqualsIgnoreCase(address, server.get('LocalAddress')):
|
||||||
enableRetry = True
|
enableRetry = True
|
||||||
timeout = 5
|
timeout = 8
|
||||||
|
|
||||||
if skipTest or not address:
|
if skipTest or not address:
|
||||||
log.info("skipping test at index: %s" % index)
|
log.info("skipping test at index: %s" % index)
|
||||||
|
|
Loading…
Reference in a new issue