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 = [];
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue