summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>2026-07-10 20:04:45 +0200
committerJakub Kicinski <kuba@kernel.org>2026-07-21 15:01:30 -0700
commit3529d75d67411497341cd804a045185d6035dff2 (patch)
tree2c0e43d2c5ce5ca3edce612c14c99c287f4e3c78
parent61ac7049aaa86ae044e8a5b94d852218163d5bf8 (diff)
downloadlinux-3529d75d67411497341cd804a045185d6035dff2.tar.gz
linux-3529d75d67411497341cd804a045185d6035dff2.tar.bz2
linux-3529d75d67411497341cd804a045185d6035dff2.zip
selftests: drv-net: increase timeout
The default timeout is 45 seconds, that's too low for the xdp.py test. Indeed, this test can take up to 3 minutes with some debug kernel config on NIPA. Set a timeout to 6 minutes, just to be on the safe side. Note that the Fixes tag here points to the introduction of the xdp.py test because I don't know when this test started to take more than 45 seconds. That's OK because a timeout of 6 minutes is not exaggerated. Fixes: 1cbcb1b28b26 ("selftests: drv-net: Test XDP_PASS/DROP support") Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Link: https://patch.msgid.link/20260710-net-sft-fix-containers-v1-5-a2915c294ef5@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--tools/testing/selftests/drivers/net/settings1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/drivers/net/settings b/tools/testing/selftests/drivers/net/settings
new file mode 100644
index 000000000000..eef533824a3c
--- /dev/null
+++ b/tools/testing/selftests/drivers/net/settings
@@ -0,0 +1 @@
+timeout=360