Skip to content

Commit

Permalink
feat: increase timeout for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 2, 2023
1 parent 3caf3eb commit 0474657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --enable-all
args: --enable-all --timeout 10m

test:
name: test
Expand Down

0 comments on commit 0474657

Please sign in to comment.