diff --git a/Makefile b/Makefile index d9a725a2..574f0de6 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ etc/bash_completion.d/wwctl: wwctl .PHONY: lint lint: $(config) - $(GOLANGCI_LINT) run --build-tags "$(WW_GO_BUILD_TAGS)" --skip-dirs internal/pkg/staticfiles ./... + $(GOLANGCI_LINT) run --build-tags "$(WW_GO_BUILD_TAGS)" --skip-dirs internal/pkg/staticfiles --timeout=5m ./... .PHONY: vet vet: $(config)