From: Donald Sharp Date: Wed, 31 Jul 2024 14:45:38 +0000 (-0400) Subject: tests: Increase route_scale timeouts X-Git-Tag: base_10.2~221^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6f2aea5a1309ce69f269ca4e95ed5c1f476a3735;p=matthieu%2Ffrr.git tests: Increase route_scale timeouts This test is frequently failing in the upstream CI. Most log failures are stating that we expected something like 1 million routes but we have 900k+. Looks like the system is just loaded a bit more than expected. Let's give these tests a bit more time to complete. Signed-off-by: Donald Sharp --- diff --git a/tests/topotests/route_scale/scale_test_common.py b/tests/topotests/route_scale/scale_test_common.py index 3e20296018..0b239dc04b 100644 --- a/tests/topotests/route_scale/scale_test_common.py +++ b/tests/topotests/route_scale/scale_test_common.py @@ -165,7 +165,7 @@ def route_install_helper(iter): # Table of defaults, used for timeout values and 'expected' objects scale_defaults = dict( - zip(scale_keys, [None, None, 10, 50, expected_installed, expected_removed]) + zip(scale_keys, [None, None, 10, 60, expected_installed, expected_removed]) ) # List of params for each step in the test; note extra time given