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

test: Alloc more time for media_list_player test.

parent ad3a3005
......@@ -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);
......
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