Skip to content

Commit 5c13b20

Browse files
authored
Update .golangci.yml
Increase the timeout from 10m to 20m to allow timeout-related failures in CI.
1 parent f2980da commit 5c13b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ issues:
208208

209209
run:
210210
go: "1.23"
211-
timeout: 10m
211+
timeout: 20m
212212
build-tags:
213213
- tools
214214
- e2e

0 commit comments

Comments
 (0)