Skip to content

Commit

Permalink
fix: increase golangci hook timeout to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Aug 24, 2023
1 parent 319ee01 commit 0d11897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/golang/golangci-lint-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lint_all() {
--enable ineffassign \
--enable staticcheck \
--enable unused \
--timeout 2m \
--timeout 5m \
./...
return $?
}
Expand Down

0 comments on commit 0d11897

Please sign in to comment.