From 67b05e521603be6bd276f26b30523b03a58cb0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 4 Jul 2026 00:16:10 +0200 Subject: [PATCH] ci: bump x86_64-linux-debug-llvm timeout by 1 hour We run module tests for more targets now (mipsn32, x32), so when zinc is under heavy load, this needs a bit more time. --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e857c315314676ff5db3e23fd9b3f5fbb14116f2..5e85a67906f01d7a5ba75c8a3bb3b5b2b4767c63 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -231,7 +231,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/x86_64-linux-debug-llvm.sh - timeout-minutes: 360 + timeout-minutes: 420 x86_64-linux-release: runs-on: [self-hosted, x86_64-linux] steps: -- 2.54.0