We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 432b502 + d32fa35 commit f6c3b2bCopy full SHA for f6c3b2b
neutron/tests/functional/plugins/ml2/drivers/macvtap/agent/test_macvtap_neutron_agent.py
@@ -48,7 +48,7 @@ def test_get_all_devices(self):
48
try:
49
common_utils.wait_until_true(
50
lambda: {macvtap.link.address} == self.mgr.get_all_devices(),
51
- timeout=5)
+ timeout=10)
52
except common_utils.WaitTimeout:
53
msg = 'MacVTap address: %s, read devices: %s\n' % (
54
macvtap.link.address, self.mgr.get_all_devices())
0 commit comments