I have a local test run where the sharp route-map usage
was being checked for 5 seconds. I saw usages going up
for each 1 second check and the 5th one was at 497 out
of 500. Looks like the system was really loaded. Let's
give it more time to coalesce under heavy load.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
)
ok, result = topotest.run_and_expect(
- check_static_map_correct_runs, "", count=5, wait=1
+ check_static_map_correct_runs, "", count=10, wait=1
)
assert ok, result
)
ok, result = topotest.run_and_expect(
- check_sharp_map_correct_runs, "", count=5, wait=1
+ check_sharp_map_correct_runs, "", count=10, wait=1
)
assert ok, result