mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(test): Increase golangci-lint timeout
CircleCI has been failing on 'make test-style' because of a timeout. This commit increases the timeout. Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
This commit is contained in:
parent
64c8df187a
commit
8d33624520
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -113,7 +113,7 @@ test-coverage:
|
|||
|
||||
.PHONY: test-style
|
||||
test-style:
|
||||
GO111MODULE=on golangci-lint run
|
||||
GO111MODULE=on golangci-lint run --timeout 5m0s
|
||||
@scripts/validate-license.sh
|
||||
|
||||
.PHONY: test-acceptance
|
||||
|
|
|
|||
Loading…
Reference in a new issue