mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 04:54:12 +00:00
Increase timeout some more
Original commit message from CVS: Increase timeout some more
This commit is contained in:
parent
9c38221ca7
commit
605ceb3edd
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue