mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-23 01:40:21 -05:00
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:
parent
ed3d4f0837
commit
26ccd1167a
20 changed files with 1 additions and 32 deletions
|
|
@ -161,7 +161,6 @@ int main(int argc, char *argv[]) {
|
|||
s = suite_create("Volume");
|
||||
tc = tcase_create("volume");
|
||||
tcase_add_test(tc, volume_test);
|
||||
tcase_set_timeout(tc, 120);
|
||||
suite_add_tcase(s, tc);
|
||||
|
||||
sr = srunner_create(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue