From a01452bd591a4d6944b94a1dc277c1890e4917e2 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 14 Apr 2026 18:09:57 -0400 Subject: [PATCH] gitea-actions-runner: increase timeout to 6h --- services/gitea-actions-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gitea-actions-runner.nix b/services/gitea-actions-runner.nix index d47e6ae..e650d23 100644 --- a/services/gitea-actions-runner.nix +++ b/services/gitea-actions-runner.nix @@ -29,7 +29,7 @@ settings = { runner = { capacity = 1; - timeout = "3h"; + timeout = "6h"; }; }; };