mirror of https://github.com/grpc/grpc-go.git
github: set a shorter timeout on testing jobs (#4806)
This commit is contained in:
parent
32cd3d6176
commit
d7208f02ca
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue