testsuite: Add timeout to add_of_br() command.
[cascardo/ovs.git] / tests / ofproto-macros.at
index a88bc8f..1b22c44 100644 (file)
@@ -333,7 +333,7 @@ add_of_br () {
     local br=br$brnum
     local dpid=fedcba987654321$brnum
     local mac=aa:55:aa:55:00:0$brnum
-    ovs-vsctl \
+    ovs-vsctl --timeout=20 \
         -- add-br $br \
        -- set bridge $br datapath-type=dummy \
                          fail-mode=secure \