[vlc-devel] commit: Make the test timeout more bearable ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Jun 2 19:20:01 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun  1 18:31:14 2009 +0300| [fc63bc741ac687ae14eda9221b52484dac38fd09] | committer: Rémi Denis-Courmont 

Make the test timeout more bearable
(cherry picked from commit 9f71b31e9082e57d05f793a6404867ecf616314c)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc63bc741ac687ae14eda9221b52484dac38fd09
---

 test/libvlc/test.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index e8aa06a..319318d 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -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 */




More information about the vlc-devel mailing list