From ea6b506054758fe74eda24e4bd45923cc6b088f8 Mon Sep 17 00:00:00 2001 From: "xaionaro@dx.center" Date: Sat, 28 Mar 2026 17:26:23 +0000 Subject: [PATCH] ci: increase golangci-lint timeout to 10m The lint job timed out at the default timeout with 0 issues found. Increase to 10m to accommodate cold-cache compilation time on CI runners. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa805b4..ee507fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,4 +75,4 @@ jobs: - name: Lint # handlestore requires CGO (imports jni core with JNI headers) - run: golangci-lint run --build-tags="" ./grpc/server/acl/ ./grpc/server/certauth/ ./mcp/ ./tools/... ./cmd/jnicli/ ./cmd/jnimcp/ ./cmd/jniserviceadmin/ + run: golangci-lint run --timeout 10m --build-tags="" ./grpc/server/acl/ ./grpc/server/certauth/ ./mcp/ ./tools/... ./cmd/jnicli/ ./cmd/jnimcp/ ./cmd/jniserviceadmin/