Skip to content

Commit

Permalink
CORE-1909: increased the timeout for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Jun 15, 2023
1 parent 82462a3 commit 864783f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,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

# 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 864783f

Please sign in to comment.