fix(#2433): mkforce container@hive-ci timeoutstartsec to resolve nixpkgs conflict

This commit is contained in:
damocles 2026-07-14 19:36:58 +02:00 committed by mara
commit ffde085c35

View file

@ -370,7 +370,7 @@ in
# loop until the forge/token settle. Bumping the timeout well past
# the prefetch's own 60s wait gives one register attempt room to
# actually finish instead of being killed mid-flight.
serviceConfig.TimeoutStartSec = "180s";
serviceConfig.TimeoutStartSec = lib.mkForce "180s";
}
];