mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
p11-kit: disable test timeouts (#355226)
This commit is contained in:
commit
2e582898c9
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user