summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMatthieu Baerts <matthieu.baerts@tessares.net>2021-01-25 21:59:04 +0300
committerJakub Kicinski <kuba@kernel.org>2021-01-28 03:53:55 +0300
commit9c2cadefde4872cb486f4933003e72cdfb64a2b4 (patch)
tree89b483e9283249c8b42b086bb301ed38da31fa0d /tools
parenta6094788031d4eaf69f01d512df27bce2a08d156 (diff)
downloadlinux-9c2cadefde4872cb486f4933003e72cdfb64a2b4.tar.xz
selftests: increase timeout to 10 min
On slow systems with kernel debug settings, we can reach the current timeout when all tests are executed. Likely some tests need be improved to remove some 'sleep' and wait (less) for a specific action. This can also improve stability. Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/net/mptcp/settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/mptcp/settings b/tools/testing/selftests/net/mptcp/settings
index 026384c189c9..a62d2fa1275c 100644
--- a/tools/testing/selftests/net/mptcp/settings
+++ b/tools/testing/selftests/net/mptcp/settings
@@ -1 +1 @@
-timeout=450
+timeout=600