mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
check: give nle_tempochange test more time
These test can take longer than most under valgrind, so give them a little more time until they timeout. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/160>
This commit is contained in:
parent
4daa0ecba4
commit
f0f7e05cef
1 changed files with 5 additions and 0 deletions
|
@ -641,6 +641,11 @@ gnonlin_suite (void)
|
||||||
ges_init ();
|
ges_init ();
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
|
|
||||||
|
/* give the tests a little more time than the default
|
||||||
|
* CK_DEFAULT_TIMEOUT=20, this is sometimes needed for running under
|
||||||
|
* valgrind */
|
||||||
|
tcase_set_timeout (tc_chain, 40.0);
|
||||||
|
|
||||||
tcase_add_test (tc_chain, test_tempochange_play);
|
tcase_add_test (tc_chain, test_tempochange_play);
|
||||||
tcase_add_test (tc_chain, test_tempochange_seek);
|
tcase_add_test (tc_chain, test_tempochange_seek);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue