mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:26:12 +00:00
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:
parent
89616c3dd3
commit
58923d880f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user