Merge pull request #9916 from adamreese/fix/golangci-timout

fix(ci-lint): increase timeout for golangci-lint
This commit is contained in:
Adam Reese 2021-07-06 11:16:10 -07:00 committed by GitHub
commit 862e2b255c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
run:
timeout: 2m
timeout: 10m
linters:
disable-all: true

View file

@ -113,7 +113,7 @@ test-coverage:
.PHONY: test-style
test-style:
GO111MODULE=on golangci-lint run --timeout 5m0s
GO111MODULE=on golangci-lint run
@scripts/validate-license.sh
.PHONY: test-acceptance