Skip to content

Commit

Permalink
pr fix: increase lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rodriguez committed Aug 21, 2023
1 parent 6c7589a commit df46e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: lint
with:
version: latest
args: '-c .github/.golangci.yml --out-format=colored-line-number'
args: '-c .github/.golangci.yml --out-format=colored-line-number --timeout 2m0s'
skip-cache: true

- name: Print error message
Expand All @@ -27,4 +27,4 @@ jobs:
Linting failed. On your local machine, please run
golangci-lint run -c .github/.golangci.yml --fix
and check in the changes.'
exit 1
exit 1

0 comments on commit df46e41

Please sign in to comment.