stalwart_0_16: increase maxSilent timeout to 4 hours

The aarch64-linux build fails on hydra currently due to no logs being
printed for a long time:
https://hydra.nixos.org/build/337495812

Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2026-07-20 10:34:53 +02:00
parent 8ed609e919
commit c786bb30ef

View File

@@ -298,7 +298,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
redistributable = false;
}
];
maxSilent = 14400; # 4 hours
mainProgram = "stalwart";
maintainers = with lib.maintainers; [
happysalada