Bump golangci-lint timeout

Bumps the timeout for golangci-lint from the default 1m duration to
match the build submodule lint timeout, which is 10m.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2020-10-01 17:08:08 -05:00
parent 8a38602388
commit 48537c7b96
No known key found for this signature in database
GPG Key ID: BD68BC686A14C271
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
run:
deadline: 2m
timeout: 10m
skip-files:
- "zz_generated\\..+\\.go$"