public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] syscalls/migrate_pages03: restore runtime to 5m
@ 2022-06-21  7:05 Jan Stancek
  2022-06-21  8:27 ` Cyril Hrubis
  2022-06-21  8:37 ` [LTP] [PATCH v2] " Jan Stancek
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Stancek @ 2022-06-21  7:05 UTC (permalink / raw)
  To: ltp

Arches with large pages have trouble completing all loops in 30s,
restore runtime to 5m.

Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
 testcases/kernel/syscalls/migrate_pages/migrate_pages03.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testcases/kernel/syscalls/migrate_pages/migrate_pages03.c b/testcases/kernel/syscalls/migrate_pages/migrate_pages03.c
index c6afb4cce05d..ce1aa5be421d 100644
--- a/testcases/kernel/syscalls/migrate_pages/migrate_pages03.c
+++ b/testcases/kernel/syscalls/migrate_pages/migrate_pages03.c
@@ -134,6 +134,7 @@ static void migrate_test(void)
 }
 
 static struct tst_test test = {
+	.max_runtime = 300,
 	.min_kver = "2.6.32",
 	.needs_root = 1,
 	.setup = setup,
-- 
2.27.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2022-06-23  8:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21  7:05 [LTP] [PATCH] syscalls/migrate_pages03: restore runtime to 5m Jan Stancek
2022-06-21  8:27 ` Cyril Hrubis
2022-06-21  8:37 ` [LTP] [PATCH v2] " Jan Stancek
2022-06-21  9:49   ` Cyril Hrubis
2022-06-23  8:26     ` Li Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox