summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-03-28 13:08:55 -0300
committerThibault Saunier <tsaunier@igalia.com>2019-04-15 17:11:48 -0400
commit2b79c0db5ea65f57d6663f5e090056d8d96ad6ba (patch)
treefe18ca307b108fe0b46cbf8b8e54f21cc09e7351
parent61c14b6406257155e0f9b4bb310f3036fc5590c1 (diff)
tests: Avoid random timeout and let the launcher set it up for us
-rw-r--r--tests/check/ges/mixers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/ges/mixers.c b/tests/check/ges/mixers.c
index 552aa1e6..27f08cbc 100644
--- a/tests/check/ges/mixers.c
+++ b/tests/check/ges/mixers.c
@@ -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) {