Skip to content

Commit

Permalink
p11-kit: disable test timeouts
Browse files Browse the repository at this point in the history
Fixes the build for me.

(cherry picked from commit 79d0f5d)
  • Loading branch information
emilazy authored and vcunat committed Dec 26, 2024
1 parent bc83a2b commit ae10f27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/libraries/p11-kit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ stdenv.mkDerivation rec {
))
];

mesonCheckFlags = [
# Tests regularly exceed the default timeout on `x86_64-darwin`.
"--timeout-multiplier=0"
];

doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;

postPatch = ''
Expand Down

0 comments on commit ae10f27

Please sign in to comment.