Commit c073cceb authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

test: Spend less time in the media_list_player test.

parent 6a1424b8
......@@ -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 ();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment