mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pulseaudio: Increase timeout on cpu-mix-test.
* gnu/packages/patches/pulseaudio-longer-test-timeout.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add patch.
This commit is contained in:
parent
15aa2c3842
commit
f6e7e20b03
3 changed files with 18 additions and 2 deletions
13
gnu/packages/patches/pulseaudio-longer-test-timeout.patch
Normal file
13
gnu/packages/patches/pulseaudio-longer-test-timeout.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Increase the timeout on 'cpu-mix-test' to accommodate slower machines.
|
||||
|
||||
--- pulseaudio-6.0/src/tests/cpu-mix-test.c.ORIG 2015-02-12 09:10:35.000000000 -0500
|
||||
+++ pulseaudio-6.0/src/tests/cpu-mix-test.c 2015-03-31 13:45:05.316878322 -0400
|
||||
@@ -212,7 +212,7 @@
|
||||
#if defined (__arm__) && defined (__linux__) && defined (HAVE_NEON)
|
||||
tcase_add_test(tc, mix_neon_test);
|
||||
#endif
|
||||
- tcase_set_timeout(tc, 120);
|
||||
+ tcase_set_timeout(tc, 240);
|
||||
suite_add_tcase(s, tc);
|
||||
|
||||
sr = srunner_create(s);
|
Loading…
Add table
Add a link
Reference in a new issue