From c2ee588c49ddad22c43b474be29b618cfdfd64a0 Mon Sep 17 00:00:00 2001 From: Julien Lavocat Date: Mon, 29 Jun 2026 13:21:10 +0200 Subject: [PATCH] Increase LLM-benchmark timeout to 6 hour --- .github/workflows/llm-benchmark-periodic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm-benchmark-periodic.yml b/.github/workflows/llm-benchmark-periodic.yml index 8a729649e8..b1282f4d56 100644 --- a/.github/workflows/llm-benchmark-periodic.yml +++ b/.github/workflows/llm-benchmark-periodic.yml @@ -50,7 +50,7 @@ concurrency: jobs: run-benchmarks: runs-on: spacetimedb-new-runner-2 - timeout-minutes: 180 + timeout-minutes: 360 steps: - name: Checkout repository