From 1919919a37844d20395f20075cbd5c1ebbc11fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 25 Aug 2026 21:15:03 +0200 Subject: [PATCH] ci: bump x86_64-linux-release timeout to 7 hours like x86_64-linux-debug-llvm --- .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 25d7699c200bc8f4e33ec65d90d40c7ba6a5d9e4..bcd18db33c5f40593c02415cebf0d8eb975c9e05 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -215,7 +215,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/x86_64-linux-release.sh - timeout-minutes: 360 + timeout-minutes: 420 x86_64-netbsd-debug: runs-on: [self-hosted, x86_64-netbsd] -- 2.54.0