diff --git a/kuryr_tempest_plugin/config.py b/kuryr_tempest_plugin/config.py index 5fbb4ad4..23fb0218 100644 --- a/kuryr_tempest_plugin/config.py +++ b/kuryr_tempest_plugin/config.py @@ -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 " diff --git a/kuryr_tempest_plugin/tests/scenario/base.py b/kuryr_tempest_plugin/tests/scenario/base.py index 7583dee3..f7ccc958 100644 --- a/kuryr_tempest_plugin/tests/scenario/base.py +++ b/kuryr_tempest_plugin/tests/scenario/base.py @@ -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)