Increase timeout some more

Original commit message from CVS:
Increase timeout some more
This commit is contained in:
Wim Taymans 2005-04-12 09:16:00 +00:00
parent 9c38221ca7
commit 605ceb3edd
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ gst_data_suite (void)
TCase *tc_chain = tcase_create ("general");
/* turn off timeout */
tcase_set_timeout (tc_chain, 20);
tcase_set_timeout (tc_chain, 60);
suite_add_tcase (s, tc_chain);
tcase_add_test (tc_chain, test_copy);

View file

@ -171,7 +171,7 @@ gst_data_suite (void)
TCase *tc_chain = tcase_create ("general");
/* turn off timeout */
tcase_set_timeout (tc_chain, 20);
tcase_set_timeout (tc_chain, 60);
suite_add_tcase (s, tc_chain);
tcase_add_test (tc_chain, test_copy);