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: analyze:
name: Analyze name: Analyze
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 20
strategy: strategy:
fail-fast: false fail-fast: false

View File

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