mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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']:
|
||||
enableRetry = True
|
||||
timeout = 5
|
||||
timeout = 8
|
||||
|
||||
if self._stringEqualsIgnoreCase(address, server.get('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')):
|
||||
enableRetry = True
|
||||
timeout = 5
|
||||
timeout = 8
|
||||
|
||||
if skipTest or not address:
|
||||
log.info("skipping test at index: %s" % index)
|
||||
|
|
Loading…
Reference in a new issue