Merge "[OVN] Bump up transaction timeout for functional tests"

This commit is contained in:
Zuul 2020-05-07 13:19:01 +00:00 committed by Gerrit Code Review
commit 634237c642
1 changed files with 2 additions and 2 deletions

View File

@ -261,10 +261,10 @@ class TestOVNFunctionalBase(test_plugin.Ml2PluginV2TestCase,
set_cfg('ovn_sb_ca_cert', self.ovsdb_server_mgr.ca_cert, 'ovn')
# NOTE(mjozefcz): We can find occasional functional test
# failures because of low timeout value - set it to 15
# failures because of low timeout value - set it to 30
# seconds, should be enought. More info: 1868110
cfg.CONF.set_override(
'ovsdb_connection_timeout', 15,
'ovsdb_connection_timeout', 30,
'ovn')
class TriggerCls(mock.MagicMock):