lidavidm commented on code in PR #322:
URL: https://github.com/apache/arrow-adbc/pull/322#discussion_r1067398089
##########
.pre-commit-config.yaml:
##########
@@ -52,8 +52,8 @@ repos:
rev: v1.49.0
hooks:
- id: golangci-lint
- entry: bash -c 'cd go/adbc && golangci-lint run --fix'
- args: [--fix]
+ entry: bash -c 'cd go/adbc && golangci-lint run --fix --timeout 2m'
Review Comment:
Well, I'd believe that the runner is just slower than our local machines so
that's OK.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]