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 ab76c63 + c1dab18 commit 4a65c96Copy full SHA for 4a65c96
neutron/tests/functional/agent/ovsdb/native/test_connection.py
@@ -26,7 +26,7 @@ class WaitForBridgesEvent(event.RowEvent):
26
event_name = 'WaitForBridgesEvent'
27
ONETIME = True
28
29
- def __init__(self, bridges, timeout=5):
+ def __init__(self, bridges, timeout=20):
30
self.bridges_not_seen = set(bridges)
31
self.timeout = timeout
32
self.event = threading.Event()
0 commit comments