Skip to content

Commit 8cca3f5

Browse files
committed
build: Bump golangci-lint timeout
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 640daf2 commit 8cca3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ generate: ## Run code generation logic.
6060
validate: validate-lint generate validate-dirty ## Run validation checks.
6161

6262
validate-lint: $(GOLANGCI)
63-
$(GOLANGCI) run
63+
$(GOLANGCI) run --timeout=2m
6464

6565
validate-dirty:
6666
ifdef DIRTY

0 commit comments

Comments
 (0)