Skip to content

Commit 0d66c1f

Browse files
committed
CI: increase timeout for golangci-lint
Fix issue 2079 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 977081d commit 0d66c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: golangci/[email protected]
3434
with:
3535
version: v1.55.2
36-
args: --verbose
36+
args: --verbose --timeout=10m
3737
- name: Run yamllint
3838
run: yamllint .
3939
- name: Install shellcheck

0 commit comments

Comments
 (0)