@cryptotaxi247 / infra-1 / commits / b5fe1279

Abort unsupported builds after a day

Eelco Dolstra committed Mar 27, 2020 at 09:52 UTC b5fe12796c659bb7b39df0abdfc53745609e91cb
1 file changed +2
delft/hydra.nix
+2
@@ -52,6 +52,8 @@ in
52 evaluator_max_memory_size = 4096
53
54 max_concurrent_evals = 1
55 +
56 + max_unsupported_time = 86400
57 '';
58
59 systemd.tmpfiles.rules =