gitea-actions-runner: increase timeout to 6h
Some checks failed
Build and Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-04-14 18:09:57 -04:00
parent 140330e98d
commit a01452bd59

View File

@@ -29,7 +29,7 @@
settings = {
runner = {
capacity = 1;
timeout = "3h";
timeout = "6h";
};
};
};