host/istal: decrease timeout for the forgejo-runner
This commit is contained in:
parent
1296267c18
commit
67da2f2483
1 changed files with 6 additions and 2 deletions
|
@ -16,8 +16,12 @@
|
||||||
labels = [];
|
labels = [];
|
||||||
tokenFile = config.age.secrets.forgejo-runner-docker-token.path;
|
tokenFile = config.age.secrets.forgejo-runner-docker-token.path;
|
||||||
settings = {
|
settings = {
|
||||||
runner.envs = {
|
runner = {
|
||||||
NODE_OPTIONS="--max_old_space_size=4096";
|
envs = {
|
||||||
|
NODE_OPTIONS="--max_old_space_size=4096";
|
||||||
|
};
|
||||||
|
|
||||||
|
timeout = "1h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue