Skip to content

Commit

Permalink
extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Oct 18, 2023
1 parent 47b3604 commit 43a1b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
github_token: ${{ secrets.github_token }}
tool_name: golangci-lint-${{ matrix.platform }}
level: warning
golangci_lint_flags: "--config=.github/.golangci.yml ./testdata"
golangci_lint_flags: "--config=.github/.golangci.yml ./testdata --timeout 10m"

golangci-lint-github-pr-review:
name: runner / golangci-lint (github-pr-review)
Expand Down

0 comments on commit 43a1b65

Please sign in to comment.