mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 02:22:48 +00:00
Merge pull request #12621 from donaldsharp/route_scale_failure_micronet
tests: route_scale tests are failing on micronet
This commit is contained in:
commit
2273550f04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user