Skip to content

Commit

Permalink
Merge pull request #240 from horjulf/lint-timeout
Browse files Browse the repository at this point in the history
fix: Increase golangci-lint timeout
  • Loading branch information
networkop authored Oct 22, 2023
2 parents 02b1369 + 1d9e367 commit d72591c
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 d72591c

Please sign in to comment.