Skip to content

Commit cc2f58d

Browse files
authored
tests: increase golangci-lint timeout (#2772)
1 parent be41b73 commit cc2f58d

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
@@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
8181
test: unit functional
8282

8383
check: work
84-
go run github.com/golangci/golangci-lint/cmd/[email protected] run ./...
84+
go run github.com/golangci/golangci-lint/cmd/[email protected] run --timeout=20m ./...
8585

8686
unit: work
8787
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)

0 commit comments

Comments
 (0)