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.
This commit is contained in:
Sebastian Dröge 2008-12-16 12:46:37 +00:00
parent f6a5f4fa71
commit da7ea42f92
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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):

View file

@ -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);