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) ...@@ -73,7 +73,7 @@ static void test_media_list_player_next(const char** argv, int argc)
libvlc_media_release (md); libvlc_media_release (md);
usleep(500000); usleep(100000);
libvlc_media_list_player_next (mlp, &ex); libvlc_media_list_player_next (mlp, &ex);
catch (); catch ();
...@@ -81,7 +81,7 @@ static void test_media_list_player_next(const char** argv, int argc) ...@@ -81,7 +81,7 @@ static void test_media_list_player_next(const char** argv, int argc)
libvlc_media_list_player_pause (mlp, &ex); libvlc_media_list_player_pause (mlp, &ex);
catch(); catch();
usleep(500000); usleep(100000);
libvlc_media_list_player_next (mlp, &ex); libvlc_media_list_player_next (mlp, &ex);
catch (); catch ();
...@@ -89,7 +89,7 @@ static void test_media_list_player_next(const char** argv, int argc) ...@@ -89,7 +89,7 @@ static void test_media_list_player_next(const char** argv, int argc)
libvlc_media_list_player_stop (mlp, &ex); libvlc_media_list_player_stop (mlp, &ex);
catch (); catch ();
usleep(500000); usleep(100000);
libvlc_media_list_player_next (mlp, &ex); libvlc_media_list_player_next (mlp, &ex);
catch (); 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