Skip to content

Commit 39020b5

Browse files
committed
add linter timeout
1 parent 10aa7fd commit 39020b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
uses: golangci/golangci-lint-action@v6
2020
with:
2121
version: v1.62.2
22-
args: --timeout 5m
22+
args: --timeout 10m

0 commit comments

Comments
 (0)