Skip to content

Commit

Permalink
fix: address timeout issue on CI server for 'make lint' (#1869)
Browse files Browse the repository at this point in the history
Signed-off-by: Julie Vogelman <[email protected]>
  • Loading branch information
juliev0 authored Apr 20, 2022
1 parent 3539edf commit c80e808
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 @@ -144,7 +144,7 @@ $(GOPATH)/bin/golangci-lint:
.PHONY: lint
lint: $(GOPATH)/bin/golangci-lint
go mod tidy
golangci-lint run --fix --verbose
golangci-lint run --fix --verbose --concurrency 4 --timeout 10m

# release - targets only available on release branch
ifneq ($(findstring release,$(GIT_BRANCH)),)
Expand Down

0 comments on commit c80e808

Please sign in to comment.