From ff81ae633c332347160d1ab94376519dc8c0f324 Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Sun, 26 Apr 2026 10:09:30 -0700 Subject: [PATCH] Increase CI lint timeout --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 68fa776..9559a71 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: set -euo pipefail state_dir="$(mktemp -d)" trap 'rm -rf -- "$state_dir"' EXIT - KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --concurrency=1 --build-tags nox11,nowayland,novulkan ./... + KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --timeout=10m --concurrency=1 --build-tags nox11,nowayland,novulkan ./... - name: Test shell: bash