p11-kit: remove --timeout-multiplier

Unnecessary as of 54522e10d5.
This commit is contained in:
Emily
2024-11-21 03:12:38 +00:00
parent cf99011528
commit ee82343573
-5
View File
@@ -60,11 +60,6 @@ stdenv.mkDerivation rec {
]))
];
${if stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64 then "mesonCheckFlags" else null} = [
# Tests regularly exceed the default timeout on `x86_64-darwin`.
"--timeout-multiplier=0"
];
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
postPatch = ''