zeroshade commented on code in PR #322:
URL: https://github.com/apache/arrow-adbc/pull/322#discussion_r1067386511
##########
.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:
The default timeout is 1m, and i can't reproduce hitting the timeout
locally. The only thing I can think of is that behind the scenes it's grabbing
the dependencies or something and *that's* taking longer? I don't know. It's
really strange and I haven't been able to reproduce it anywhere but in the GHA
runner....
--
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]