You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ja...@apache.org on 2015/05/01 02:03:23 UTC

trafficserver git commit: Increase proxy.config.hostdb.lookup_timeout for tests, since Jenkins is a bit slow

Repository: trafficserver
Updated Branches:
  refs/heads/master 6f71be9b3 -> c52ad16c0


Increase proxy.config.hostdb.lookup_timeout for tests, since Jenkins is a bit slow


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c52ad16c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c52ad16c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c52ad16c

Branch: refs/heads/master
Commit: c52ad16c0bee26e40777f3841e35db219dfdbc63
Parents: 6f71be9
Author: Thomas Jackson <ja...@apache.org>
Authored: Thu Apr 30 17:03:03 2015 -0700
Committer: Thomas Jackson <ja...@apache.org>
Committed: Thu Apr 30 17:03:03 2015 -0700

----------------------------------------------------------------------
 ci/tsqa/tests/test_hostdb.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c52ad16c/ci/tsqa/tests/test_hostdb.py
----------------------------------------------------------------------
diff --git a/ci/tsqa/tests/test_hostdb.py b/ci/tsqa/tests/test_hostdb.py
index 46bec6a..6d0ce9c 100644
--- a/ci/tsqa/tests/test_hostdb.py
+++ b/ci/tsqa/tests/test_hostdb.py
@@ -37,7 +37,7 @@ class TestHostDBPartiallyFailedDNS(helpers.EnvironmentCase):
 
         cls.configs['records.config']['CONFIG'].update({
             'proxy.config.http.response_server_enabled': 2,  # only add server headers when there weren't any
-            'proxy.config.hostdb.lookup_timeout': 1,
+            'proxy.config.hostdb.lookup_timeout': 2,
             'proxy.config.dns.resolv_conf': resolv_conf_path,
             'proxy.config.url_remap.remap_required': 0,
 
@@ -66,7 +66,7 @@ class TestHostDBFailedDNS(helpers.EnvironmentCase):
 
         cls.configs['records.config']['CONFIG'].update({
             'proxy.config.http.response_server_enabled': 2,  # only add server headers when there weren't any
-            'proxy.config.hostdb.lookup_timeout': 1,
+            'proxy.config.hostdb.lookup_timeout': 2,
             'proxy.config.dns.resolv_conf': resolv_conf_path,
             'proxy.config.url_remap.remap_required': 0,