From: Pierre d'Herbemont Date: Fri, 5 Jun 2009 06:02:28 +0000 (-0700) Subject: test: Spend less time in the media_list_player test. X-Git-Tag: 1.1.0-ff~5582 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c073ccebee7336b55712ade81eb3734527d5ac5b;p=vlc test: Spend less time in the media_list_player test. --- diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c index 0c5a7a656e..65aa65be69 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 ();