Merge pull request #6544 from mjstapp/fix_topo_lib_bgp_timeout

tests: include lib/bgp.py convergence timeout to 130
This commit is contained in:
Donald Sharp 2020-06-10 09:19:26 -04:00 committed by GitHub
commit 71af56b190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.