This test is failing upstream regularly, when inspecting the log
files we see that the route being looked for is in a queued state
when the test fails. Give this test more time for when the
system is under severe load.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
)
logger.info("CHECK {} {} {}".format(dest, nh, sid))
test_func = partial(check, r1, dest, manifest["out"])
- success, result = topotest.run_and_expect(test_func, None, count=5, wait=1)
+ success, result = topotest.run_and_expect(test_func, None, count=20, wait=1)
assert result is None, "Failed"