diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-16 12:46:37 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-16 12:46:37 +0000 |
commit | da7ea42f920df07059e5eab0208fcaec535d187a (patch) | |
tree | 822ba83e8b40d88d900eaa1f36a7420335759228 | |
parent | f6a5f4fa71040613c1c967288d86be5a3814a799 (diff) | |
download | gst-plugins-bad-da7ea42f920df07059e5eab0208fcaec535d187a.tar.gz gst-plugins-bad-da7ea42f920df07059e5eab0208fcaec535d187a.tar.bz2 gst-plugins-bad-da7ea42f920df07059e5eab0208fcaec535d187a.zip |
tests/check/elements/mxfdemux.c: Increase the timeout to 3 minutes to prevent timeouts.
Original commit message from CVS:
* tests/check/elements/mxfdemux.c: (mxfdemux_suite):
Increase the timeout to 3 minutes to prevent timeouts.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/check/elements/mxfdemux.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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); |