diff mbox series

syscalls/inotify06: bump timeout

Message ID 96166bd70a154ff7a440a8fabb8cb3395d6f5ce3.1523629313.git.jstancek@redhat.com
State Accepted
Headers show
Series syscalls/inotify06: bump timeout | expand

Commit Message

Jan Stancek April 13, 2018, 2:22 p.m. UTC
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(+)

Comments

Cyril Hrubis April 13, 2018, 3:41 p.m. UTC | #1
Hi!
> After migrating this test to newlib, there's now
> a default timeout and it's not enough for some
> systems.

I would consider that obvious enough to go directly to the git,
acked nevertheless.
Jan Stancek April 13, 2018, 3:45 p.m. UTC | #2
----- Original Message -----
> Hi!
> > After migrating this test to newlib, there's now
> > a default timeout and it's not enough for some
> > systems.
> 
> I would consider that obvious enough to go directly to the git,
> acked nevertheless.

Pushed.

Regards,
Jan
diff mbox series

Patch

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,