Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] fs_fill: Increase timeout to 5 min
@ 2024-01-25 10:00 Petr Vorel
  2024-01-25 10:05 ` Cyril Hrubis
  0 siblings, 1 reply; 5+ messages in thread
From: Petr Vorel @ 2024-01-25 10:00 UTC (permalink / raw)
  To: ltp

1 min timeout sometimes is not enough.
Although it could be fixed LTP_RUNTIME_MUL=2, let's prolong the default
timeout.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/kernel/fs/fs_fill/fs_fill.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/fs/fs_fill/fs_fill.c b/testcases/kernel/fs/fs_fill/fs_fill.c
index 325e83643..3b4ee1ae9 100644
--- a/testcases/kernel/fs/fs_fill/fs_fill.c
+++ b/testcases/kernel/fs/fs_fill/fs_fill.c
@@ -121,7 +121,7 @@ static void cleanup(void)
 }
 
 static struct tst_test test = {
-	.max_runtime = 60,
+	.max_runtime = 300,
 	.needs_root = 1,
 	.dev_min_size = 1024,
 	.mount_device = 1,
-- 
2.43.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:[~2024-01-25 10:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 10:00 [LTP] [PATCH 1/1] fs_fill: Increase timeout to 5 min Petr Vorel
2024-01-25 10:05 ` Cyril Hrubis
2024-01-25 10:25   ` Petr Vorel
2024-01-25 10:27     ` Cyril Hrubis
2024-01-25 10:36       ` Petr Vorel

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