modules/nixos/hercules-ci: set TimeoutStopSec
This commit is contained in:
parent
511f33a6e9
commit
726fe65f86
1 changed files with 3 additions and 0 deletions
|
@ -21,4 +21,7 @@ in
|
|||
secretsJsonPath = config.sops.secrets.hercules-secrets.path;
|
||||
};
|
||||
};
|
||||
|
||||
# State 'stop-sigterm' timed out. Killing.
|
||||
systemd.services.hercules-ci-agent.serviceConfig.TimeoutStopSec = 15;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue