13 Jun
2025
13 Jun
'25
2:05 p.m.
The failure mode for integration tests is usually going to be that they get stuck, so it's important for the build to fail in that case. Signed-off-by: Alyssa Ross <hi@alyssa.is> --- release/checks/integration/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/release/checks/integration/default.nix b/release/checks/integration/default.nix index f2996fd..592917c 100644 --- a/release/checks/integration/default.nix +++ b/release/checks/integration/default.nix @@ -48,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: { ]; doCheck = true; + dontAddTimeoutMultiplier = true; installPhase = '' runHook preInstall -- 2.49.0