All Virtuozzo development lists (kernel + QEMU)
 help / color / mirror / Atom feed
* [Devel] [PATCH vz10 1/3] ms/selftests/mm: increase timeout from 180 to 900 seconds
@ 2026-08-31 23:49 Eva Kurchatova
  2026-08-31 23:49 ` [Devel] [PATCH vz10 2/3] ms/selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper Eva Kurchatova
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Eva Kurchatova @ 2026-08-31 23:49 UTC (permalink / raw)
  To: khorenko; +Cc: devel

From: Shivank Garg <shivankg@amd.com>

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>
(cherry picked from commit 965f87700adbcc6d72430f524d88135027f5bba3)

https://virtuozzo.atlassian.net/browse/VSTOR-139679
Feature: fix selftests
Signed-off-by: Eva Kurchatova <eva.kurchatova@virtuozzo.com>
---
 tools/testing/selftests/mm/settings | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.55.0

_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-09-02 17:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31 23:49 [Devel] [PATCH vz10 1/3] ms/selftests/mm: increase timeout from 180 to 900 seconds Eva Kurchatova
2026-08-31 23:49 ` [Devel] [PATCH vz10 2/3] ms/selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper Eva Kurchatova
2026-09-02 17:48   ` Konstantin Khorenko
2026-08-31 23:49 ` [Devel] [PATCH vz10 3/3] selftests: mm: restore the executable bit on test_page_frag.sh Eva Kurchatova
2026-09-02 17:48   ` Konstantin Khorenko
2026-09-02 17:48 ` [Devel] [PATCH vz10 1/3] ms/selftests/mm: increase timeout from 180 to 900 seconds Konstantin Khorenko
2026-09-02 17:51 ` Konstantin Khorenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.