mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
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:
commit
71af56b190
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user