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>
(cherry picked from commit 8d33624520)
pull/9542/head
Marc Khouzam 5 years ago committed by Matt Farina
parent dc3971631e
commit bc3cd84eda
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

@ -111,7 +111,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…
Cancel
Save