Skip to content

Commit

Permalink
timeout increase for linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-prince committed Aug 22, 2023
1 parent db356d2 commit 8d5e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@032fa5c5e48499f06cf9d32c02149bfac1284239
with:
args: -E=goimports --timeout 2m0s
args: -E=goimports --timeout 10m0s
only-new-issues: true

0 comments on commit 8d5e9af

Please sign in to comment.