]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py
tests: Set minimum wait time for tests to 5 seconds
[mirror_frr.git] / tests / topotests / isis_tilfa_topo1 / test_isis_tilfa_topo1.py
index fa76072b4a8a8a8fec325b71aac6ae0428283537..213439d3f5558ab226923434e49c577f7706e027 100755 (executable)
@@ -831,19 +831,19 @@ def test_rt6_step11():
         rname,
         "show ip route isis json",
         outputs[rname][11]["show_ip_route.ref"],
-        count=5,
+        count=10,
     )
     router_compare_json_output(
         rname,
         "show ipv6 route isis json",
         outputs[rname][11]["show_ipv6_route.ref"],
-        count=5,
+        count=10,
     )
     router_compare_json_output(
         rname,
         "show mpls table json",
         outputs[rname][11]["show_mpls_table.ref"],
-        count=5,
+        count=10,
     )
 
 
@@ -1028,19 +1028,19 @@ def test_rt6_step14():
         rname,
         "show ip route isis json",
         outputs[rname][11]["show_ip_route.ref"],
-        count=5,
+        count=10,
     )
     router_compare_json_output(
         rname,
         "show ipv6 route isis json",
         outputs[rname][11]["show_ipv6_route.ref"],
-        count=5,
+        count=10,
     )
     router_compare_json_output(
         rname,
         "show mpls table json",
         outputs[rname][11]["show_mpls_table.ref"],
-        count=5,
+        count=10,
     )