Merge pull request #7356 from estesp/lint-timeout

Update golangci-lint timeout to match config
This commit is contained in:
Kazuyoshi Kato 2022-09-01 13:32:52 -07:00 committed by GitHub
commit edd59aa360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
with: with:
version: v1.48.0 version: v1.48.0
skip-cache: true skip-cache: true
args: --timeout=5m args: --timeout=8m
# #
# Project checks # Project checks