diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-16 14:32:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-16 14:32:26 +0200 |
| commit | 2273550f04a8255ea6df76c0aa8952eb85a01a84 (patch) | |
| tree | 2438d3ada0a299c3ae9b1437478f747ebfebde3f | |
| parent | d9e1fe38a660c7ebd52dc8956c530335fcbe2a3c (diff) | |
| parent | 483b322821aaf50782179d1e51bbbb0827ee5757 (diff) | |
Merge pull request #12621 from donaldsharp/route_scale_failure_micronet
tests: route_scale tests are failing on micronet
| -rw-r--r-- | tests/topotests/route_scale/scale_test_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
