p11-kit: disable test timeouts (#355226)

This commit is contained in:
Emily 2024-11-11 16:12:23 +00:00 committed by GitHub
commit 2e582898c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,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 = ''