mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
tests: Increase sconv cpu-test timeout
This takes longer on ARM CPUs, especially older ones.
This commit is contained in:
parent
32b4e848ae
commit
17b5a36130
1 changed files with 1 additions and 0 deletions
|
|
@ -403,6 +403,7 @@ int main(int argc, char *argv[]) {
|
|||
tcase_add_test(tc, sconv_neon_test);
|
||||
#endif
|
||||
#endif
|
||||
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