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:
Sebastian Dröge 2008-04-03 20:25:34 +00:00
parent 04951615bb
commit de38811fbe
2 changed files with 8 additions and 0 deletions

View file

@ -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:

View file

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