host/istal: decrease timeout for the forgejo-runner

This commit is contained in:
Dmitriy Pleshevskiy 2024-08-07 19:14:05 +03:00
parent 1296267c18
commit 67da2f2483
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -16,8 +16,12 @@
labels = [];
tokenFile = config.age.secrets.forgejo-runner-docker-token.path;
settings = {
runner.envs = {
NODE_OPTIONS="--max_old_space_size=4096";
runner = {
envs = {
NODE_OPTIONS="--max_old_space_size=4096";
};
timeout = "1h";
};
};
};