tests: Avoid random timeout and let the launcher set it up for us

This commit is contained in:
Thibault Saunier 2019-03-28 13:08:55 -03:00
parent 61c14b6406
commit 2b79c0db5e

View file

@ -199,7 +199,7 @@ GST_START_TEST (audio_video_mixed_with_pipeline)
fail_if (gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING)
== GST_STATE_CHANGE_FAILURE);
message = gst_bus_timed_pop_filtered (bus, 5 * GST_SECOND,
message = gst_bus_timed_pop_filtered (bus, GST_CLOCK_TIME_NONE,
GST_MESSAGE_ASYNC_DONE | GST_MESSAGE_ERROR);
if (message == NULL) {