build: increase lint timeout

Allow golangci-lint more time for the larger static-address test suite.
This commit is contained in:
Slyghtning 2026-06-26 12:56:23 +02:00
parent f32669c70f
commit caa50cc35d
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

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