Skip to content

Commit ea6b506

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
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.
1 parent 7650228 commit ea6b506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575

7676
- name: Lint
7777
# handlestore requires CGO (imports jni core with JNI headers)
78-
run: golangci-lint run --build-tags="" ./grpc/server/acl/ ./grpc/server/certauth/ ./mcp/ ./tools/... ./cmd/jnicli/ ./cmd/jnimcp/ ./cmd/jniserviceadmin/
78+
run: golangci-lint run --timeout 10m --build-tags="" ./grpc/server/acl/ ./grpc/server/certauth/ ./mcp/ ./tools/... ./cmd/jnicli/ ./cmd/jnimcp/ ./cmd/jniserviceadmin/

0 commit comments

Comments
 (0)