mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
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:
parent
f6a5f4fa71
commit
da7ea42f92
2 changed files with 6 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue