1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-16 09:20:15 +02:00

increased deadline

This commit is contained in:
Carlos Alexandro Becker
2017-03-22 20:04:58 -03:00
parent 8110892f6a
commit 3af5bdb672
+1 -1
View File
@@ -29,7 +29,7 @@ lint: ## Run all the linters
--enable=errcheck \ --enable=errcheck \
--enable=vet \ --enable=vet \
--enable=vetshadow \ --enable=vetshadow \
--deadline=5m \ --deadline=10m \
./... ./...
ci: lint test ## Run all the tests and code checks ci: lint test ## Run all the tests and code checks