summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/settings
diff options
context:
space:
mode:
authorPo-Hsu Lin <po-hsu.lin@canonical.com>2021-04-23 19:15:38 +0800
committerDavid S. Miller <davem@davemloft.net>2021-04-23 14:08:58 -0700
commitb881d089c7c9c7032da812cda1b4b0818f477780 (patch)
treed7cc8a14d9f089e54c66bf889d41e6e1c9164f31 /tools/testing/selftests/net/settings
parentbd6e229f86c2c5210ccba80b3c71808135a3718a (diff)
selftests/net: bump timeout to 5 minutes
We found that with the latest mainline kernel (5.12.0-051200rc8) on some KVM instances / bare-metal systems, the following tests will take longer than the kselftest framework default timeout (45 seconds) to run and thus got terminated with TIMEOUT error: * xfrm_policy.sh - took about 2m20s * pmtu.sh - took about 3m5s * udpgso_bench.sh - took about 60s Bump the timeout setting to 5 minutes to allow them have a chance to finish. https://bugs.launchpad.net/bugs/1856010 Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/settings')
-rw-r--r--tools/testing/selftests/net/settings1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/settings b/tools/testing/selftests/net/settings
new file mode 100644
index 000000000000..694d70710ff0
--- /dev/null
+++ b/tools/testing/selftests/net/settings
@@ -0,0 +1 @@
+timeout=300