[vlc-devel] commit: test: Spend less time in the media_list_player test. (Pierre d' Herbemont )
git version control
git at videolan.org
Fri Jun 5 08:03:31 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Jun 4 23:02:28 2009 -0700| [c073ccebee7336b55712ade81eb3734527d5ac5b] | committer: Pierre d'Herbemont
test: Spend less time in the media_list_player test.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c073ccebee7336b55712ade81eb3734527d5ac5b
---
test/libvlc/media_list_player.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c
index 0c5a7a6..65aa65b 100644
--- a/test/libvlc/media_list_player.c
+++ b/test/libvlc/media_list_player.c
@@ -73,7 +73,7 @@ static void test_media_list_player_next(const char** argv, int argc)
libvlc_media_release (md);
- usleep(500000);
+ usleep(100000);
libvlc_media_list_player_next (mlp, &ex);
catch ();
@@ -81,7 +81,7 @@ static void test_media_list_player_next(const char** argv, int argc)
libvlc_media_list_player_pause (mlp, &ex);
catch();
- usleep(500000);
+ usleep(100000);
libvlc_media_list_player_next (mlp, &ex);
catch ();
@@ -89,7 +89,7 @@ static void test_media_list_player_next(const char** argv, int argc)
libvlc_media_list_player_stop (mlp, &ex);
catch ();
- usleep(500000);
+ usleep(100000);
libvlc_media_list_player_next (mlp, &ex);
catch ();
More information about the vlc-devel
mailing list