summary refs log tree commit diff
path: root/pkgs/development/libraries/libopus/default.nix
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-07-09 11:51:53 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2023-07-09 12:36:32 +0200
commit7ba01765aca525dfc64f751663850144c0a17528 (patch)
treeca141aac991b1e054c9ce034255068605e479c4c /pkgs/development/libraries/libopus/default.nix
parent18cf872af016d6831c4ef36927c57a395578124e (diff)
downloadnixpkgs-7ba01765aca525dfc64f751663850144c0a17528.tar
nixpkgs-7ba01765aca525dfc64f751663850144c0a17528.tar.gz
nixpkgs-7ba01765aca525dfc64f751663850144c0a17528.tar.bz2
nixpkgs-7ba01765aca525dfc64f751663850144c0a17528.tar.lz
nixpkgs-7ba01765aca525dfc64f751663850144c0a17528.tar.xz
nixpkgs-7ba01765aca525dfc64f751663850144c0a17528.tar.zst
nixpkgs-7ba01765aca525dfc64f751663850144c0a17528.zip
libopus: increase test timeouts
Some tests time out easily on slower machines.
Tested on a pine64 star64.
Diffstat (limited to 'pkgs/development/libraries/libopus/default.nix')
-rw-r--r--pkgs/development/libraries/libopus/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libopus/default.nix b/pkgs/development/libraries/libopus/default.nix
index 679de601aa7..b2b095f5607 100644
--- a/pkgs/development/libraries/libopus/default.nix
+++ b/pkgs/development/libraries/libopus/default.nix
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
 
   patches = [
     ./fix-pkg-config-paths.patch
+    # Some tests time out easily on slower machines
+    ./test-timeout.patch
     # Fix meson build for arm64. Remove with next release
     # https://gitlab.xiph.org/xiph/opus/-/merge_requests/59
     (fetchpatch {