Update golangci-lint timeout to match config
Our GitHub Actions CI timeout setting was different than the config file; we are now getting somewhat regular timeouts on the Windows linting jobs so this should solve that and give us room in case runs start taking longer Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
parent
0f1a14a402
commit
bfb280fb35
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user