tests: fix short timeout in lib/bgp.py

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>
This commit is contained in:
Mark Stapp 2020-07-07 08:25:01 -04:00
parent 89616c3dd3
commit 58923d880f

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