selftests/net: reduce xfrm_policy test time
authorHangbin Liu <liuhangbin@gmail.com>
Tue, 14 May 2024 09:52:27 +0000 (17:52 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 17 May 2024 02:30:12 +0000 (19:30 -0700)
commit988af276360bc555c7685d5a607d4da0588616d9
treec74abc070c95458e6a2871af95578daf6390da53
parent52d94c180a9f6e586c8234b7feb7c8b9282f53c9
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>
tools/testing/selftests/net/xfrm_policy.sh