mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
Increase golangci-lint timeout to 8 minutes
This is the time being used in our other CI pipeline. The alternative to doing this is ripping out all of this code so that we're not running two CI pipelines...
This commit is contained in:
parent
b729348c02
commit
9c082c5c77
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
|
||||
# version: v1.29
|
||||
args: --timeout=5m
|
||||
args: --timeout=8m
|
||||
|
||||
validate:
|
||||
name: Code Checks
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue