Skip to content

Commit

Permalink
More timeout in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Sep 13, 2021
1 parent 31cc614 commit eae1b6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# golangci-lint manually in the `Run lint` step.
- uses: golangci/golangci-lint-action@v2
with:
args: --timeout 10m
args: --timeout 5m

# Setup Go
- name: Setup Go
Expand All @@ -37,3 +37,5 @@ jobs:
- name: Run lint
run: make lint
with:
args: --timeout 10m

0 comments on commit eae1b6a

Please sign in to comment.