diff mbox series

[net-next,5/5] selftests: increase timeout to 10 min

Message ID 20210125185904.6997-6-mathew.j.martineau@linux.intel.com (mailing list archive)
State Accepted
Commit 9c2cadefde4872cb486f4933003e72cdfb64a2b4
Delegated to: Netdev Maintainers
Headers show
Series MPTCP: IPv4-mapped IPv6 addressing for subflows | expand

Commit Message

Mat Martineau Jan. 25, 2021, 6:59 p.m. UTC
From: Matthieu Baerts <matthieu.baerts@tessares.net>

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>
---
 tools/testing/selftests/net/mptcp/settings | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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