fix(ci-lint): increase timeout for golangci-lint

Signed-off-by: Adam Reese <adam@reese.io>
pull/9916/head
Adam Reese 3 years ago
parent cf0c6fed51
commit d1da9e757e
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

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