tests: include lib/bgp.py convergence timeout to 130

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>
This commit is contained in:
Mark Stapp 2020-06-09 15:05:16 -04:00
parent bdabd4b958
commit bfab324148

View 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.