Skip to content

Commit

Permalink
give golangci-lint an extra minute to complete
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <clint@defenseunicorns.com>
  • Loading branch information
catsby committed Dec 18, 2024
1 parent b710724 commit 016ca0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

run:
concurrency: 6
timeout: 5m
timeout: 6m
tests: false
issues:
# Maximum issues count per one linter.
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
rev: v1.62.2
hooks:
- id: golangci-lint
args: [--timeout=5m]
args: [--timeout=6m]
- repo: local
hooks:
- id: check-docs-and-schema
Expand Down

0 comments on commit 016ca0c

Please sign in to comment.