[vlc-devel] commit: Make the test timeout more bearable ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Jun 1 17:31:38 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun 1 18:31:14 2009 +0300| [9f71b31e9082e57d05f793a6404867ecf616314c] | committer: Rémi Denis-Courmont
Make the test timeout more bearable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f71b31e9082e57d05f793a6404867ecf616314c
---
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 388a465..1015d25 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