]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Fix accidental 10 second wait 9881/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 25 Oct 2021 12:00:23 +0000 (08:00 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 25 Oct 2021 12:00:23 +0000 (08:00 -0400)
Recent commit 83f325901aec28774ecb had a accidental
turn of a 1 second wait into a 10 second wait
between retries.  10 seconds is too long.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bfd_isis_topo1/test_bfd_isis_topo1.py

index 863c2969278fe6d2bf52522a31f1daaab5ef76b3..27a44193298bc3f20eec40659a9b47cbb4c09f06 100644 (file)
@@ -193,7 +193,7 @@ def test_bfd_isis_interface_failure_rt2_step3():
     # initial 2 seconds to let the CI not suffer.
     # TODO: add check for array size
     router_compare_json_output(
-        "rt1", "show ip route isis json", "step3/show_ip_route_rt2_down.ref", 20, 10
+        "rt1", "show ip route isis json", "step3/show_ip_route_rt2_down.ref", 20, 1
     )
     router_compare_json_output(
         "rt1", "show ipv6 route isis json", "step3/show_ipv6_route_rt2_down.ref", 20, 1