Skip to content

Commit

Permalink
golangci: Increase timeout 1m (default) -> 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
giner committed Oct 13, 2023
1 parent 5c3b935 commit 72d17d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout=5m
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
run:
timeout: 5m

issues:
exclude-rules:
- linters:
Expand Down

0 comments on commit 72d17d4

Please sign in to comment.