Increase golangci-lint timeout

AppVeyor is running over the current 2m timeout regularly these days
during PR CI runs.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes 2020-03-17 11:07:23 -04:00
parent 2532bdf43f
commit 4ff9d69966
No known key found for this signature in database
GPG Key ID: 0F386284C03A1162

View File

@ -15,7 +15,7 @@ linters:
- errcheck - errcheck
run: run:
timeout: 2m timeout: 3m
skip-dirs: skip-dirs:
- api - api
- design - design