Merge pull request #4680 from donaldsharp/test_longer

tests: Topotests are not giving sufficient time to propagate data
This commit is contained in:
Mark Stapp 2019-07-17 13:34:51 -04:00 committed by GitHub
commit 974c214ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)