increase linter timeout

This commit is contained in:
tom whiston 2018-04-18 12:32:44 +00:00
parent f7568da911
commit be6190c472

View File

@ -145,7 +145,7 @@ tasks:
lint:be:
# --errors
cmds:
- gometalinter --exclude "\w*(-packr.go)" --vendor --disable goconst --deadline 60s ./...
- gometalinter --exclude "\w*(-packr.go)" --vendor --disable goconst --deadline 240s ./...
test:
desc: Run go code tests