Skip to content

Commit 9e839a6

Browse files
authored
Merge pull request #2080 from AkihiroSuda/dev
CI: increase timeout for golangci-lint
2 parents 977081d + 0d66c1f commit 9e839a6

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)