nix-cache02: increase builder timeout to 4 hours
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m4s
Periodic flake update / flake-update (push) Successful in 2m32s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-18 23:53:33 +01:00
parent e912c75b6c
commit 7374d1ff7f

View File

@@ -25,7 +25,7 @@
};
};
timeout = 7200;
timeout = 14400;
metrics.enable = true;
};