NSX: fix intermetting UT failure on vshield test_router_create
Logstash shows this happened twice during the past 24 hours. Let's be proactive and see if we can mitigate the random failure by raising the poll time. Change-Id: Icef7de4d9fbb3da037337c607fd7642cc15e0257 Closes-bug: 1292506
This commit is contained in:
parent
4bf80da40d
commit
3f56f50212
@ -96,7 +96,7 @@ class ServiceRouterTest(test_nsx_plugin.L3NatTest,
|
||||
|
||||
def setUp(self, ext_mgr=None, service_plugins=None):
|
||||
cfg.CONF.set_override('api_extensions_path', NSXEXT_PATH)
|
||||
cfg.CONF.set_override('task_status_check_interval', 100, group="vcns")
|
||||
cfg.CONF.set_override('task_status_check_interval', 200, group="vcns")
|
||||
|
||||
# vcns does not support duplicated router name, ignore router name
|
||||
# validation for unit-test cases
|
||||
|
Loading…
x
Reference in New Issue
Block a user