From 43277ac2d61b4d36095c8b252b59327a646a13a8 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Tue, 4 Oct 2016 00:01:52 -0500 Subject: [PATCH] Increase timeotut --- resources/lib/connect/connectionmanager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/connect/connectionmanager.py b/resources/lib/connect/connectionmanager.py index 2e404e97..cd9d6026 100644 --- a/resources/lib/connect/connectionmanager.py +++ b/resources/lib/connect/connectionmanager.py @@ -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)