diff mbox series

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

Message ID 20210114172926.2563610-6-matthieu.baerts@tessares.net
State Accepted, archived
Commit 2a5a6b08ea4e47cd87049ce0efafeea686e15359
Delegated to: Matthieu Baerts
Headers show
Series add IPv4-mapped address support | expand

Commit Message

Matthieu Baerts Jan. 14, 2021, 5:29 p.m. UTC
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>
---
 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