aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorShivank Garg <shivankg@amd.com>2025-06-09 12:06:07 +0000
committerAndrew Morton <akpm@linux-foundation.org>2025-06-19 20:48:01 -0700
commit965f87700adbcc6d72430f524d88135027f5bba3 (patch)
tree193eb0891a3284478c1d21547d8043659909e655
parentmm/shmem, swap: fix softlockup with mTHP swapin (diff)
downloadwireguard-linux-965f87700adbcc6d72430f524d88135027f5bba3.tar.xz
wireguard-linux-965f87700adbcc6d72430f524d88135027f5bba3.zip
selftests/mm: increase timeout from 180 to 900 seconds
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>
-rw-r--r--tools/testing/selftests/mm/settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/mm/settings b/tools/testing/selftests/mm/settings
index a953c96aa16e..e2206265f67c 100644
--- a/tools/testing/selftests/mm/settings
+++ b/tools/testing/selftests/mm/settings
@@ -1 +1 @@
-timeout=180
+timeout=900