mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #9916 from adamreese/fix/golangci-timout
fix(ci-lint): increase timeout for golangci-lint
This commit is contained in:
commit
862e2b255c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
run:
|
||||
timeout: 2m
|
||||
timeout: 10m
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -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…
Reference in a new issue