tests: remove check2 timeouts in favor of meson

Meson already handles timeouts, configurable on the command line with
--timeout-multiplier.  They are set to 300s for all tests.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/807>
This commit is contained in:
matoro 2024-01-24 12:08:28 -05:00
parent ed3d4f0837
commit 26ccd1167a
20 changed files with 1 additions and 32 deletions

View file

@ -251,7 +251,6 @@ int main(int argc, char *argv[]) {
#if defined (__arm__) && defined (__linux__) && defined (HAVE_NEON)
tcase_add_test(tc, sconv_neon_test);
#endif
tcase_set_timeout(tc, 120);
suite_add_tcase(s, tc);
sr = srunner_create(s);