]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: include lib/bgp.py convergence timeout to 130 6544/head
authorMark Stapp <mjs@voltanet.io>
Tue, 9 Jun 2020 19:05:16 +0000 (15:05 -0400)
committerMark Stapp <mjs@voltanet.io>
Wed, 10 Jun 2020 12:14:08 +0000 (08:14 -0400)
The convergence timeout in lib/bgp.py was something like 40 secs;
that's not really long enough for the CI. Raise the timeout to
40 x 3 secs.

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

index 69c807f300cf8cf4b29de9b2365c9140fc681e9d..2ba0c68c2f5bf40a0ec70e9ac6f64ae2bc0a5c64 100644 (file)
@@ -868,7 +868,7 @@ def verify_router_id(tgen, topo, input_dict):
     return True
 
 
-@retry(attempts=20, wait=2, return_is_str=True)
+@retry(attempts=44, wait=3, return_is_str=True)
 def verify_bgp_convergence(tgen, topo, dut=None):
     """
     API will verify if BGP is converged with in the given time frame.