Merge "[FT] Increate the bridge creation event timeout"

This commit is contained in:
Zuul
2025-07-21 09:27:49 +00:00
committed by Gerrit Code Review

View File

@@ -26,7 +26,7 @@ class WaitForBridgesEvent(event.RowEvent):
event_name = 'WaitForBridgesEvent'
ONETIME = True
def __init__(self, bridges, timeout=5):
def __init__(self, bridges, timeout=20):
self.bridges_not_seen = set(bridges)
self.timeout = timeout
self.event = threading.Event()