fix(#2433): mkforce container@hive-ci timeoutstartsec to resolve nixpkgs conflict
This commit is contained in:
parent
46bdb78466
commit
ffde085c35
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ in
|
||||||
# loop until the forge/token settle. Bumping the timeout well past
|
# loop until the forge/token settle. Bumping the timeout well past
|
||||||
# the prefetch's own 60s wait gives one register attempt room to
|
# the prefetch's own 60s wait gives one register attempt room to
|
||||||
# actually finish instead of being killed mid-flight.
|
# actually finish instead of being killed mid-flight.
|
||||||
serviceConfig.TimeoutStartSec = "180s";
|
serviceConfig.TimeoutStartSec = lib.mkForce "180s";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue