[LTP] [PATCH] syscalls/inotify06: bump timeout
Jan Stancek
jstancek@redhat.com
Fri Apr 13 16:22:50 CEST 2018
After migrating this test to newlib, there's now
a default timeout and it's not enough for some
systems.
Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
testcases/kernel/syscalls/inotify/inotify06.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/kernel/syscalls/inotify/inotify06.c b/testcases/kernel/syscalls/inotify/inotify06.c
index a3a60180a32e..4475f5ea43b1 100644
--- a/testcases/kernel/syscalls/inotify/inotify06.c
+++ b/testcases/kernel/syscalls/inotify/inotify06.c
@@ -106,6 +106,7 @@ static void verify_inotify(void)
}
static struct tst_test test = {
+ .timeout = 600,
.needs_tmpdir = 1,
.forks_child = 1,
.setup = setup,
--
1.8.3.1
More information about the ltp
mailing list