]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: fix short timeout in lib/bgp.py
authorMark Stapp <mjs@voltanet.io>
Tue, 7 Jul 2020 12:25:01 +0000 (08:25 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 7 Jul 2020 12:25:01 +0000 (08:25 -0400)
Another short timeout for bgp - make the
verify_bgp_convergence_from_running_config() api use the same
generous timeout as verify_bgp_convergence()

Signed-off-by: Mark Stapp <mjs@voltanet.io>
tests/topotests/lib/bgp.py

index 2338ea1a9078c38d8e8ebe4464bfd01d8cc4b32a..38e4e1fce5e8302eaf01537bf11c9cab7764ddcd 100644 (file)
@@ -1326,7 +1326,7 @@ def verify_as_numbers(tgen, topo, input_dict):
     return True
 
 
-@retry(attempts=10, wait=2, return_is_str=True)
+@retry(attempts=44, wait=3, return_is_str=True)
 def verify_bgp_convergence_from_running_config(tgen, dut=None):
     """
     API to verify BGP convergence b/w loopback and physical interface.