mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
tests: compositor: drop special case for valgrind timeout
The default one is 6 minutes, the test was using 5 minutes so just resort to using the default. For the non-valgrind test also use the default 20 secs instead of reducing it to 6s. No real reason to set a custom value here.
This commit is contained in:
parent
7d948b025a
commit
dff4c6d499
1 changed files with 0 additions and 11 deletions
|
@ -1902,17 +1902,6 @@ compositor_suite (void)
|
|||
tcase_add_test (tc_chain, test_start_time_first_live_drop_3);
|
||||
tcase_add_test (tc_chain, test_start_time_first_live_drop_3_unlinked_1);
|
||||
|
||||
/* Use a longer timeout */
|
||||
#ifdef HAVE_VALGRIND
|
||||
if (RUNNING_ON_VALGRIND) {
|
||||
tcase_set_timeout (tc_chain, 5 * 60);
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
/* this is shorter than the default 60 seconds?! (tpm) */
|
||||
/* tcase_set_timeout (tc_chain, 6); */
|
||||
}
|
||||
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue