[LTP] [PATCH 08/10] readahead02: Add max_runtime
Martin Doucha
mdoucha@suse.cz
Tue Aug 30 15:50:05 CEST 2022
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
testcases/kernel/syscalls/readahead/readahead02.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/kernel/syscalls/readahead/readahead02.c b/testcases/kernel/syscalls/readahead/readahead02.c
index 4fa8cfaf8..dc96eaef4 100644
--- a/testcases/kernel/syscalls/readahead/readahead02.c
+++ b/testcases/kernel/syscalls/readahead/readahead02.c
@@ -406,6 +406,7 @@ static struct tst_test test = {
},
.test = test_readahead,
.tcnt = ARRAY_SIZE(tcases),
+ .max_runtime = 30,
.tags = (const struct tst_tag[]) {
{"linux-git", "b833a3660394"},
{"linux-git", "5b910bd615ba"},
--
2.37.2
More information about the ltp
mailing list