mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
tests: Avoid random timeout and let the launcher set it up for us
This commit is contained in:
parent
61c14b6406
commit
2b79c0db5e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue