[vlc-devel] [PATCH] test: increase timeout

Thomas Guillem thomas at gllm.fr
Fri Nov 23 16:44:36 CET 2018


The player test can take more than 10 sec if the machine running the test has a
big load (cf. build bots).
---
 test/libvlc/test.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index 7be53e1417..7ea1b602e4 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -68,7 +68,7 @@ static const char test_default_video[] = SRCDIR"/samples/image.jpg";
 static inline void test_init (void)
 {
     (void)test_default_sample; /* This one may not be used */
-    alarm (10); /* Make sure "make check" does not get stuck */
+    alarm (30); /* Make sure "make check" does not get stuck */
     setenv( "VLC_PLUGIN_PATH", "../modules", 1 );
 }
 
-- 
2.19.1



More information about the vlc-devel mailing list