]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests: net: bump GRO timeout for gro/setup_veth
authorJakub Kicinski <kuba@kernel.org>
Mon, 10 Mar 2025 11:08:21 +0000 (12:08 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 12 Mar 2025 20:20:04 +0000 (13:20 -0700)
commit188107b2c403b593439ad5b74baed5fefa638df4
treec1a4b4e4efb83ce73808c2857dcdf21feaba24ab
parentadbf627f170382684f095c261866510b2b70d841
selftests: net: bump GRO timeout for gro/setup_veth

Commit 51bef03e1a71 ("selftests/net: deflake GRO tests") recently
switched to NAPI suspension, and lowered the timeout from 1ms to 100us.
This started causing flakes in netdev-run CI. Let's bump it to 200us.
In a quick test of a debug kernel I see failures with 100us, with 200us
in 5 runs I see 2 completely clean runs and 3 with a single retry
(GRO test will retry up to 5 times).

Reviewed-by: Kevin Krakauer <krakauer@google.com>
Link: https://patch.msgid.link/20250310110821.385621-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/setup_veth.sh