Increase linter timeout limit ...

* Breaking in Travis
pull/231/head
max furman 4 years ago
parent 1a34e64c65
commit 95b931bb52

@ -116,7 +116,7 @@ fmt:
$Q gofmt -l -w $(SRC)
lint:
$Q LOG_LEVEL=error golangci-lint run
$Q LOG_LEVEL=error golangci-lint run --timeout=30m
.PHONY: lint fmt

Loading…
Cancel
Save