Skip to content

Commit

Permalink
Merge pull request #3865 from johngmyers/lint-timeout
Browse files Browse the repository at this point in the history
Bump the timeout for golangci-lint
  • Loading branch information
k8s-ci-robot authored Aug 13, 2023
2 parents 13d09b2 + f36f126 commit c6a6439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ golangci-lint:

# Run the golangci-lint tool
go-lint: golangci-lint
golangci-lint run --timeout=15m ./...
golangci-lint run --timeout=30m ./...

.PHONY: licensecheck

Expand Down

0 comments on commit c6a6439

Please sign in to comment.