github: set a shorter timeout on testing jobs (#4806)

This commit is contained in:
Doug Fawley 2021-09-22 16:35:39 -07:00 committed by GitHub
parent 32cd3d6176
commit d7208f02ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false

View File

@ -18,6 +18,7 @@ jobs:
# Check generated protos match their source repos (optional for PRs).
vet-proto:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
# Setup the environment.
- name: Setup Go
@ -37,6 +38,7 @@ jobs:
env:
VET_SKIP_PROTO: 1
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
include: