Skip to content

Commit

Permalink
fix: Increase golangci-lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
horjulf committed Oct 21, 2023
1 parent 02b1369 commit 1d9e367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
args: --timeout=2m30s
args: --timeout=5m0s

unit-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test:

.PHONY: ci
ci:
golangci-lint run --timeout=2m30s
golangci-lint run --timeout=5m0s

clean:
go clean
Expand Down

0 comments on commit 1d9e367

Please sign in to comment.