Skip to content

Commit 55e119c

Browse files
authored
Update lint timeout (#269)
1 parent cbf4fc3 commit 55e119c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.golangci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ linters:
2222
- unconvert
2323
- unparam
2424
- unused
25-
- vet
25+
- vet
26+
27+
run:
28+
# Prevent false positive timeouts in CI
29+
timeout: 5m

0 commit comments

Comments
 (0)