diff --git a/Makefile b/Makefile index ac50b87b5..d166e09fb 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ lint: ## Run all the linters --enable=errcheck \ --enable=vet \ --enable=vetshadow \ - --deadline=1m \ + --deadline=5m \ ./... ci: lint test ## Run all the tests and code checks