darwin.libiconv: disable test timeouts
Times out frequently on Hydra.
This commit is contained in:
parent
35937cd7d0
commit
45a5d04b6d
@ -78,7 +78,7 @@ mkAppleDerivation (finalAttrs: {
|
|||||||
# Can’t use `mesonCheckPhase` because it runs the wrong hooks for `installCheckPhase`.
|
# Can’t use `mesonCheckPhase` because it runs the wrong hooks for `installCheckPhase`.
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
runHook preInstallCheck
|
runHook preInstallCheck
|
||||||
meson test --no-rebuild
|
meson test --no-rebuild --print-errorlogs --timeout-multiplier=0
|
||||||
runHook postInstallCheck
|
runHook postInstallCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user