Increase linter timeout limit ...
* Breaking in Travis
This commit is contained in:
parent
1a34e64c65
commit
95b931bb52
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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…
Reference in a new issue