Add 20-minute timeout to Drone CI pipelines

This commit is contained in:
Viktor Barzin 2026-02-07 10:51:24 +00:00
parent 56a7662b8f
commit 30e6a0bf06
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -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