Skip to content

Commit 04c60ff

Browse files
committed
chore: update timeout to 3 minutes
chore: update timeout to 3 minutes
1 parent 53d9cbd commit 04c60ff

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
@@ -22,7 +22,7 @@ clean:
2222
.PHONY: clean
2323

2424
go-lint: $(DEPS)
25-
golangci-lint run -v --concurrency 2 --new-from-rev origin/master --timeout 2m
25+
golangci-lint run -v --concurrency 2 --new-from-rev origin/master --timeout 3m
2626
.PHONY: go-lint
2727

2828
shellcheck:

0 commit comments

Comments
 (0)