Commit 45a5d04b authored by Emily's avatar Emily
Browse files

darwin.libiconv: disable test timeouts

Times out frequently on Hydra.
parent 35937cd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ mkAppleDerivation (finalAttrs: {
  # Can’t use `mesonCheckPhase` because it runs the wrong hooks for `installCheckPhase`.
  installCheckPhase = ''
    runHook preInstallCheck
    meson test --no-rebuild
    meson test --no-rebuild --print-errorlogs --timeout-multiplier=0
    runHook postInstallCheck
  '';