Add 20-minute timeout to Drone CI pipelines
This commit is contained in:
parent
56a7662b8f
commit
30e6a0bf06
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ kind: pipeline
|
|||
type: kubernetes
|
||||
name: frontend
|
||||
|
||||
timeout: 20
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
|
@ -31,6 +33,8 @@ kind: pipeline
|
|||
type: kubernetes
|
||||
name: api
|
||||
|
||||
timeout: 20
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue