summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tests/check/elements/mxfdemux.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a291998..812c6865 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-12-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * tests/check/elements/mxfdemux.c: (mxfdemux_suite):
+ Increase the timeout to 3 minutes to prevent timeouts.
+
+2008-12-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* tests/check/elements/mxfdemux.c: (_sink_event):
* tests/check/elements/mxfdemux.h:
Make sure the main loop is already running when handling the EOS
diff --git a/tests/check/elements/mxfdemux.c b/tests/check/elements/mxfdemux.c
index 65c151ed..9fe84708 100644
--- a/tests/check/elements/mxfdemux.c
+++ b/tests/check/elements/mxfdemux.c
@@ -264,6 +264,7 @@ mxfdemux_suite (void)
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);
+ tcase_set_timeout (tc_chain, 180);
tcase_add_test (tc_chain, test_pull);
tcase_add_test (tc_chain, test_push);