Skip to content

Commit 60c6cce

Browse files
committed
Fix golangci-lint timeout failures
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
1 parent 3c1590d commit 60c6cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
with:
3030
version: latest
3131
working-directory: ${{ matrix.working-directory}}
32-
args: --verbose
32+
args: --verbose --timeout=10m

0 commit comments

Comments
 (0)