Skip to content

Commit

Permalink
Increase linter timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 10, 2021
1 parent c05a2b4 commit 647cb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test_go_fmt:
TEST_GO += test_go_fmt

test_go_lint: test/bin/golangci-lint
golangci-lint run ./...
golangci-lint run --timeout 5m ./...
.PHONY: test_go_lint

test_go: $(TEST_GO)
Expand Down

0 comments on commit 647cb41

Please sign in to comment.