selftests/mm: increase timeout from 180 to 900 seconds
authorShivank Garg <shivankg@amd.com>
Mon, 9 Jun 2025 12:06:07 +0000 (12:06 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 20 Jun 2025 03:48:01 +0000 (20:48 -0700)
The mm selftests are timing out with the current 180-second limit.
Testing shows that run_vmtests.sh takes approximately 11 minutes
(664 seconds) to complete.

Increase the timeout to 900 seconds (15 minutes) to provide sufficient
buffer for the tests to complete successfully.

Link: https://lkml.kernel.org/r/20250609120606.73145-2-shivankg@amd.com
Signed-off-by: Shivank Garg <shivankg@amd.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/settings

index a953c96aa16e1e814867b33d06e894ffb664bb1b..e2206265f67c773496c6dad81dc5cb47acfa770c 100644 (file)
@@ -1 +1 @@
-timeout=180
+timeout=900