Skip to content

Commit

Permalink
tests: add a comment for a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ensonic committed Jul 5, 2016
1 parent fd5ddaa commit 5a36601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lib/core/e-sequence.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ test_bt_sequence_ticks (BT_TEST_ARGS)
check_run_main_loop_until_playing_or_error (song);
GST_INFO ("playing ...");
check_run_main_loop_until_eos_or_error (song);
// TODO(ensonic): the signal emissions are like function calls, no idea why
// we are getting through here and not always got all notifies
check_run_main_loop_for_usec (G_USEC_PER_SEC / 10);
GST_INFO ("stopped");

Expand Down

0 comments on commit 5a36601

Please sign in to comment.