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:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue