mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
tests/check/pipelines/wavpack.c: Bump timeout from 3 to 60 seconds.
Original commit message from CVS: * tests/check/pipelines/wavpack.c: (wavpack_suite): Bump timeout from 3 to 60 seconds.
This commit is contained in:
parent
04951615bb
commit
de38811fbe
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* tests/check/pipelines/wavpack.c: (wavpack_suite):
|
||||
Bump timeout from 3 to 60 seconds.
|
||||
|
||||
2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* tests/check/pipelines/.cvignore:
|
||||
|
|
|
@ -200,6 +200,9 @@ wavpack_suite (void)
|
|||
Suite *s = suite_create ("Wavpack");
|
||||
TCase *tc_chain = tcase_create ("linear");
|
||||
|
||||
/* time out after 60s, not the default 3 */
|
||||
tcase_set_timeout (tc_chain, 60);
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
tcase_add_test (tc_chain, test_encode_decode);
|
||||
|
||||
|
|
Loading…
Reference in a new issue