Skip to content

Commit 88c9f14

Browse files
committed
bump timeout
1 parent 5ea192b commit 88c9f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lint: lint/go lint/shellcheck
1616
.PHONY: lint/go
1717
lint/go: $(GO_SRC_FILES)
1818
go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION)
19-
golangci-lint run --timeout=1m
19+
golangci-lint run --timeout=10m
2020

2121
.PHONY: lint/shellcheck
2222
lint/shellcheck: $(SHELL_SRC_FILES)

0 commit comments

Comments
 (0)