[vlc-devel] commit: test: Alloc more time for media_list_player test. (Pierre d' Herbemont )
git version control
git at videolan.org
Thu Feb 25 23:47:00 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Feb 25 23:03:35 2010 +0100| [ba1fea8d5e1c18719499ca7b1b5346ee6ca2d3c2] | committer: Pierre d'Herbemont
test: Alloc more time for media_list_player test.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba1fea8d5e1c18719499ca7b1b5346ee6ca2d3c2
---
test/libvlc/media_list_player.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c
index 9084ce7..af46b5e 100644
--- a/test/libvlc/media_list_player.c
+++ b/test/libvlc/media_list_player.c
@@ -518,6 +518,9 @@ int main (void)
{
test_init();
+ // There are 6 tests. And they take some times.
+ alarm(6 * 5);
+
test_media_list_player_pause_stop (test_defaults_args, test_defaults_nargs);
test_media_list_player_play_item_at_index (test_defaults_args, test_defaults_nargs);
test_media_list_player_previous (test_defaults_args, test_defaults_nargs);
More information about the vlc-devel
mailing list