Increase timeout LB build and kuryr annotation timeout

The LB creation and kuryr annotation is requiring more
time to finish. This commit increases their timeout.

Depends-On: Ie593aa04c387dd9c94c4ea9212c023add3e2feee

Change-Id: I62ab450f82743ea110af9190649184b723f9b002
This commit is contained in:
Maysa Macedo 2019-07-10 09:37:27 +00:00 committed by Maysa de Macedo Souza
parent c61eaea7fd
commit 26af39d563
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ ports_pool_min = cfg.IntOpt("ports_pool_min",
kuryr_k8s_opts = [
cfg.BoolOpt("port_pool_enabled", default=False,
help="Whether or not port pool feature is enabled"),
cfg.IntOpt("lb_build_timeout", default=900,
cfg.IntOpt("lb_build_timeout", default=1000,
help="The max time (in seconds) it should take to create LB"),
cfg.BoolOpt("namespace_enabled", default=False,
help="Whether or not namespace handler and driver are "

View File

@ -818,7 +818,7 @@ class BaseKuryrScenarioTest(manager.NetworkScenarioTest):
cls.wait_kuryr_annotation(
group=OS_ROUTES_API, version=OS_ROUTES_VERSION,
plural=OS_ROUTES_PLURAL,
annotation='openstack.org/kuryr-route-state', timeout_period=90,
annotation='openstack.org/kuryr-route-state', timeout_period=110,
name=name)
LOG.info("Found %s string in Route=%s annotation ",
'openstack.org/kuryr-route-state', name)