Skip to content

Commit

Permalink
build: increase golint timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Jun 19, 2022
1 parent d0e4927 commit 7a52604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPDIR = ./.tmp
LINTCMD = $(TEMPDIR)/golangci-lint run
LINTCMD = $(TEMPDIR)/golangci-lint run --timeout 5m
GOSECCMD = $(TEMPDIR)/gosec ./...

all: build
Expand Down

0 comments on commit 7a52604

Please sign in to comment.