Skip to content

Commit

Permalink
Even longer timeout for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Oct 29, 2020
1 parent 5f725bf commit 378df01
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 @@ -21,7 +21,7 @@ bin/golangci-lint:
.PHONY: lint
lint: bin/golangci-lint
bin/golangci-lint run --tests ./... \
--timeout 2m \
--timeout 5m \
--enable-all \
--disable gochecknoglobals \
--disable gochecknoinits \
Expand Down

0 comments on commit 378df01

Please sign in to comment.