build: increase lint timeout

This commit is contained in:
Slyghtning 2026-07-06 13:58:45 +02:00
parent 814f046d8b
commit c87273d32e
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -3,7 +3,7 @@ run:
go: "1.26" go: "1.26"
# timeout for analysis # timeout for analysis
timeout: 4m timeout: 6m
linters: linters:
default: all default: all