Unverified Commit 2e582898 authored by Emily's avatar Emily Committed by GitHub
Browse files

p11-kit: disable test timeouts (#355226)

parents 351e0a0a 79d0f5d2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = ''