Skip to content

Commit b46adbe

Browse files
authored
Update .golangci.yml (#2359)
Increase the timeout from 10m to 20m to allow timeout-related failures in CI.
1 parent 40cb107 commit b46adbe

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)