Skip to content

Commit f6c3b2b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Increase timeout in test_get_all_devices()" into stable/2023.1
2 parents 432b502 + d32fa35 commit f6c3b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutron/tests/functional/plugins/ml2/drivers/macvtap/agent/test_macvtap_neutron_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_get_all_devices(self):
4848
try:
4949
common_utils.wait_until_true(
5050
lambda: {macvtap.link.address} == self.mgr.get_all_devices(),
51-
timeout=5)
51+
timeout=10)
5252
except common_utils.WaitTimeout:
5353
msg = 'MacVTap address: %s, read devices: %s\n' % (
5454
macvtap.link.address, self.mgr.get_all_devices())

0 commit comments

Comments
 (0)