commit | 988af276360bc555c7685d5a607d4da0588616d9 | [log] [tgz] |
---|---|---|
author | Hangbin Liu <liuhangbin@gmail.com> | Tue May 14 17:52:27 2024 +0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu May 16 19:30:12 2024 -0700 |
tree | c74abc070c95458e6a2871af95578daf6390da53 | |
parent | 52d94c180a9f6e586c8234b7feb7c8b9282f53c9 [diff] |
selftests/net: reduce xfrm_policy test time The check_random_order test add/get plenty of xfrm rules, which consume a lot time on debug kernel and always TIMEOUT. Let's reduce the test loop and see if it works. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Link: https://lore.kernel.org/r/20240514095227.2597730-1-liuhangbin@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>