diff options
author | Mark H Weaver <mhw@netris.org> | 2013-10-31 23:05:27 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-01 12:48:25 +0100 |
commit | b645425f71a5a777e7658bbdac0e22e134d44db5 (patch) | |
tree | 5519f0910e16296260526ce4061407462728c63f /gnu-system.am | |
parent | cdbca518ca797cae61c7829e51649b55c47f6a2f (diff) | |
download | patches-b645425f71a5a777e7658bbdac0e22e134d44db5.tar patches-b645425f71a5a777e7658bbdac0e22e134d44db5.tar.gz |
gnu: pulseaudio: increase timeout of thread test.
* gnu/packages/patches/pulseaudio-test-timeouts.patch: New file.
* gnu/packages/pulseaudio.scm (pulseaudio): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index f77bb03da7..4a8414951b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -242,6 +242,7 @@ dist_patch_DATA = \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/procps-make-3.82.patch \ + gnu/packages/patches/pulseaudio-test-timeouts.patch \ gnu/packages/patches/python-fix-dbm.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/qt4-tests.patch \ |