diff --git a/Makefile b/Makefile
index 13fead855c6c1951bfd2a0852e622aed1870053f..4b1f008169e3af346c0f501684058aa376cc036f 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ vet:
 	$Q go vet ./...
 
 lint:
-	$Q LOG_LEVEL=error golangci-lint run
+	$Q LOG_LEVEL=error golangci-lint run --timeout 5m
 
 .PHONY: fmt vet lint