mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
Merge pull request #4680 from donaldsharp/test_longer
tests: Topotests are not giving sufficient time to propagate data
This commit is contained in:
commit
974c214ba9
@ -1157,7 +1157,7 @@ def verify_rib(tgen, addr_type, dut, input_dict, next_hop=None, protocol=None):
|
||||
else:
|
||||
command = "show ipv6 route json"
|
||||
|
||||
sleep(2)
|
||||
sleep(10)
|
||||
logger.info("Checking router %s RIB:", router)
|
||||
rib_routes_json = rnode.vtysh_cmd(command, isjson=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user