Skip to content

Commit 1782ad9

Browse files
committed
increase timeout
1 parent 7565ec8 commit 1782ad9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
working-directory: test
8080
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
8181
version: ${{ env.GOLANGCI_LINT_VERSION }}
82-
args: -v
82+
args: -v --timeout=5m
8383
# https://github.com/golangci/golangci-lint-action/issues/244
8484
skip-cache: true
8585

@@ -123,7 +123,7 @@ jobs:
123123
working-directory: lint
124124
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
125125
version: ${{ env.GOLANGCI_LINT_VERSION }}
126-
args: -v
126+
args: -v --timeout=5m
127127
# https://github.com/golangci/golangci-lint-action/issues/244
128128
skip-cache: true
129129

@@ -175,7 +175,7 @@ jobs:
175175
working-directory: languageserver
176176
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
177177
version: ${{ env.GOLANGCI_LINT_VERSION }}
178-
args: -v
178+
args: -v --timeout=5m
179179
# https://github.com/golangci/golangci-lint-action/issues/244
180180
skip-cache: true
181181

@@ -221,7 +221,7 @@ jobs:
221221
working-directory: docgen
222222
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
223223
version: ${{ env.GOLANGCI_LINT_VERSION }}
224-
args: -v
224+
args: -v --timeout=5m
225225
# https://github.com/golangci/golangci-lint-action/issues/244
226226
skip-cache: true
227227

0 commit comments

Comments
 (0)