Skip to content

Commit

Permalink
increase lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Sep 3, 2024
1 parent b1d4e38 commit 9b8b6aa
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
Expand Up @@ -53,7 +53,7 @@ test:

lint:
@golangci-lint version
@golangci-lint run --timeout=10m
@golangci-lint run --timeout=30m

format:
@golangci-lint run --fix
Expand Down

0 comments on commit 9b8b6aa

Please sign in to comment.