Skip to content

Commit 4a65c96

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[FT] Increate the bridge creation event timeout" into stable/2025.1
2 parents ab76c63 + c1dab18 commit 4a65c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutron/tests/functional/agent/ovsdb/native/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class WaitForBridgesEvent(event.RowEvent):
2626
event_name = 'WaitForBridgesEvent'
2727
ONETIME = True
2828

29-
def __init__(self, bridges, timeout=5):
29+
def __init__(self, bridges, timeout=20):
3030
self.bridges_not_seen = set(bridges)
3131
self.timeout = timeout
3232
self.event = threading.Event()

0 commit comments

Comments
 (0)