From 2b95f2f42146b667a85f95bb3cc8b0ba912cb1f4 Mon Sep 17 00:00:00 2001 From: Jacky Hu Date: Sun, 30 Sep 2018 09:12:25 +0800 Subject: [PATCH] Raise build_timeout from 60 to 300 A lot of build timeout was seen, for example: http://logs.openstack.org/17/606417/1/check \ /octavia-v2-dsvm-scenario-centos-7/0b4c23a/testr_results.html.gz Try to raise the default and see if it helps. Change-Id: Id6dfd80f04624e845807f2a20f2f4e816a778415 --- octavia_tempest_plugin/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octavia_tempest_plugin/config.py b/octavia_tempest_plugin/config.py index b683ee32..6450a972 100644 --- a/octavia_tempest_plugin/config.py +++ b/octavia_tempest_plugin/config.py @@ -51,7 +51,7 @@ OctaviaGroup = [ help='Time in seconds between build status checks for ' 'non-load-balancer resources to build'), cfg.IntOpt('build_timeout', - default=60, + default=300, help='Timeout in seconds to wait for non-load-balancer ' 'resources to build'), # load-balancer specific options