Skip to content

Commit 9b47448

Browse files
committed
Increase the timeout of the linter
1 parent 93c93dc commit 9b47448

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
with:
2424
version: v1.49.0
2525
# Optional: show only new issues if it's a pull request. The default value is `false`.
26-
only-new-issues: true
26+
only-new-issues: true
27+
args: --timeout=5m
28+

0 commit comments

Comments
 (0)