From 483b322821aaf50782179d1e51bbbb0827ee5757 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 10 Jan 2023 10:29:33 -0500 Subject: [PATCH] tests: route_scale tests are failing on micronet I'm seeing test failures after in micronet runs in CI after 7 seconds * 30 attempts at seeing if it succeeds. Let's see if another 60 seconds of attempts allows this to work properly. Signed-off-by: Donald Sharp --- tests/topotests/route_scale/scale_test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/route_scale/scale_test_common.py b/tests/topotests/route_scale/scale_test_common.py index 856a2d0fa7..b9f324d561 100644 --- a/tests/topotests/route_scale/scale_test_common.py +++ b/tests/topotests/route_scale/scale_test_common.py @@ -178,7 +178,7 @@ def route_install_helper(iter): # Table of defaults, used for timeout values and 'expected' objects scale_defaults = dict( - zip(scale_keys, [None, None, 7, 30, expected_installed, expected_removed]) + zip(scale_keys, [None, None, 10, 50, expected_installed, expected_removed]) ) # List of params for each step in the test; note extra time given -- 2.39.5