Unverified Commit fe0a31ef authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

darwin.libiconv: disable test timeouts (#401183)

parents 1900aaaa 45a5d04b
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
  '';