]> git.sesse.net Git - vlc/blobdiff - test/libvlc/test.h
Make the test timeout more bearable
[vlc] / test / libvlc / test.h
index e8aa06a8c518a315d8142514b467d931ad58a1d7..319318d66576dcbbf0af9005faab9e05daf82e11 100644 (file)
@@ -100,7 +100,7 @@ static inline void catch (void)
 static inline void test_init (void)
 {
     (void)test_default_sample; /* This one may not be used */
-    alarm (50); /* Make sure "make check" does not get stuck */
+    alarm (10); /* Make sure "make check" does not get stuck */
 }
 
 #endif /* TEST_H */