Skip to content

Commit c1dab18

Browse files
ralonsohkarelyatin
authored andcommitted
[FT] Increate the bridge creation event timeout
This event is used in ``BridgeMonitorTestCase.test_create_bridges``. Related-Bug: #2114909 Signed-off-by: Rodolfo Alonso Hernandez <[email protected]> Change-Id: I36a32c7b6eb44aa2ac315b1e51d54ee662c1d189 (cherry picked from commit cc70581)
1 parent e11a326 commit c1dab18

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
@@ -25,7 +25,7 @@ class WaitForBridgesEvent(event.RowEvent):
2525
event_name = 'WaitForBridgesEvent'
2626
ONETIME = True
2727

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

0 commit comments

Comments
 (0)