Skip to content

Commit

Permalink
Increase lint timeout to 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Feb 23, 2022
1 parent 863b117 commit 25f1ab6
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 @@ -70,7 +70,7 @@ litmus-test-new: build
pkill revad
lint:
go run tools/check-license/check-license.go
`go env GOPATH`/bin/golangci-lint run --timeout 2m0s
`go env GOPATH`/bin/golangci-lint run --timeout 3m0s

contrib:
git shortlog -se | cut -c8- | sort -u | awk '{print "-", $$0}' | grep -v 'users.noreply.github.com' > CONTRIBUTORS.md
Expand Down

0 comments on commit 25f1ab6

Please sign in to comment.