From 7374d1ff7f7267c9653e295442bb844eb3f7693d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 18 Feb 2026 23:53:33 +0100 Subject: [PATCH] nix-cache02: increase builder timeout to 4 hours Co-Authored-By: Claude Opus 4.6 --- hosts/nix-cache02/builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nix-cache02/builder.nix b/hosts/nix-cache02/builder.nix index 51a900d..8320a36 100644 --- a/hosts/nix-cache02/builder.nix +++ b/hosts/nix-cache02/builder.nix @@ -25,7 +25,7 @@ }; }; - timeout = 7200; + timeout = 14400; metrics.enable = true; };