Re: [PATCH net] selftests/net: reduce xfrm_policy test time

2024-05-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 14 May 2024 17:52:27 +0800 you wrote: > 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. >

[PATCH net] selftests/net: reduce xfrm_policy test time

2024-05-14 Thread Hangbin Liu
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 --- tools/testing/selftests/net/xfrm_policy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(