[LTP] [PATCH 04/10] ioctl_sg01: Set unlimited max_runtime
Martin Doucha
mdoucha@suse.cz
Tue Aug 30 15:50:01 CEST 2022
Test setup can take very long time depending on the amount of free RAM.
Set unlimited max_runtime to avoid timeout issues.
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
testcases/kernel/syscalls/ioctl/ioctl_sg01.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/kernel/syscalls/ioctl/ioctl_sg01.c b/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
index 94b30dc6b..4a5b0f35e 100644
--- a/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
+++ b/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
@@ -126,6 +126,7 @@ static struct tst_test test = {
.test_all = run,
.setup = setup,
.cleanup = cleanup,
+ .max_runtime = TST_UNLIMITED_RUNTIME,
.tags = (const struct tst_tag[]) {
{"linux-git", "a45b599ad808"},
{"CVE", "2018-1000204"},
--
2.37.2
More information about the ltp
mailing list