From 752f991c09901b07a7084555e140384d162d72c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 1 Apr 2026 15:57:40 +0200 Subject: [PATCH] ci: bump loongarch64-linux-debug timeout by 1 hour --- .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 f94ef8bc0b..264d511042 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -110,7 +110,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/loongarch64-linux-debug.sh - timeout-minutes: 240 + timeout-minutes: 300 loongarch64-linux-release: runs-on: [self-hosted, loongarch64-linux] steps: