chore: increase lint timeout

This commit is contained in:
Siddarth Kumar 2024-08-19 22:08:23 +05:30
parent 20896297c1
commit 656a809864
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

View File

@ -12,7 +12,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: "-v --new-from-rev HEAD~5"
args: "-v --new-from-rev HEAD~5 --timeout=5m"
test-build-upload:
strategy:
matrix: