mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
shapewipe: Increase timeout of the unit test
This commit is contained in:
parent
9176374ecd
commit
5c112d4286
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ shapewipe_suite (void)
|
||||||
TCase *tc_chain = tcase_create ("general");
|
TCase *tc_chain = tcase_create ("general");
|
||||||
|
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
|
tcase_set_timeout (tc_chain, 180);
|
||||||
tcase_add_test (tc_chain, test_general);
|
tcase_add_test (tc_chain, test_general);
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
|
|
Loading…
Reference in a new issue