mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
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:
parent
bdabd4b958
commit
bfab324148
@ -868,7 +868,7 @@ def verify_router_id(tgen, topo, input_dict):
|
|||||||
return True
|
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):
|
def verify_bgp_convergence(tgen, topo, dut=None):
|
||||||
"""
|
"""
|
||||||
API will verify if BGP is converged with in the given time frame.
|
API will verify if BGP is converged with in the given time frame.
|
||||||
|
Loading…
Reference in New Issue
Block a user