Skip to content

Commit

Permalink
increate timeout for golangci-lint gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed Sep 10, 2024
1 parent 512a04d commit 66b2141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Note: By default, the `.golangci.yml` file should be at the root of the repository.
# The location of the configuration file can be changed by using `--config=`
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
args: --timeout=5m --skip-files=.*_test\.go --skip-dirs=internal/controller/runtime/fsm/testing
args: --timeout=10m --skip-files=.*_test\.go --skip-dirs=internal/controller/runtime/fsm/testing --verbose

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down

0 comments on commit 66b2141

Please sign in to comment.