Skip to content

Commit 4906773

Browse files
committed
Increase golangci timeout to 10m
1 parent 284e107 commit 4906773

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/golangci-lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
- name: golangci-lint
2929
uses: golangci/[email protected]
3030
with:
31+
args: --timeout=10m
3132
version: 'latest'

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
deadline: 5m
2+
deadline: 10m
33
go: 1.23
44

55
output:

0 commit comments

Comments
 (0)