From: Matthieu Baerts Date: Mon, 25 Jan 2021 18:59:04 +0000 (-0800) Subject: selftests: increase timeout to 10 min X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9c2cadefde4872cb486f4933003e72cdfb64a2b4;p=linux.git 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 Signed-off-by: Mat Martineau Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/selftests/net/mptcp/settings b/tools/testing/selftests/net/mptcp/settings index 026384c189c91..a62d2fa1275c6 100644 --- a/tools/testing/selftests/net/mptcp/settings +++ b/tools/testing/selftests/net/mptcp/settings @@ -1 +1 @@ -timeout=450 +timeout=600