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

fix(ci-lint): increase timeout for golangci-lint
pull/9914/head
Adam Reese 3 years ago committed by GitHub
commit 862e2b255c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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

Loading…
Cancel
Save