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>
pull/9367/head
Marc Khouzam 3 years ago
parent 64c8df187a
commit 8d33624520

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