From 690abe1ac8eef5e12d5bfbe653689a53a17be248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Thu, 29 Feb 2024 15:58:58 +0100 Subject: [PATCH] [bitnami/airflow] chore: :construction_worker: Increase timeout of package action (#63456) Signed-off-by: Javier Salmeron Garcia --- .vib/airflow-scheduler/vib-verify.json | 1 + .vib/airflow-worker/vib-verify.json | 1 + .vib/airflow/vib-verify.json | 1 + 3 files changed, 3 insertions(+) diff --git a/.vib/airflow-scheduler/vib-verify.json b/.vib/airflow-scheduler/vib-verify.json index e9e1018d3e2b..a2fdaf9cb7b5 100644 --- a/.vib/airflow-scheduler/vib-verify.json +++ b/.vib/airflow-scheduler/vib-verify.json @@ -12,6 +12,7 @@ { "action_id": "container-image-package", "params": { + "timeout_minutes": 60, "application": { "details": { "name": "{VIB_ENV_CONTAINER}", diff --git a/.vib/airflow-worker/vib-verify.json b/.vib/airflow-worker/vib-verify.json index d7a5eac3963a..efc984771967 100644 --- a/.vib/airflow-worker/vib-verify.json +++ b/.vib/airflow-worker/vib-verify.json @@ -12,6 +12,7 @@ { "action_id": "container-image-package", "params": { + "timeout_minutes": 60, "application": { "details": { "name": "{VIB_ENV_CONTAINER}", diff --git a/.vib/airflow/vib-verify.json b/.vib/airflow/vib-verify.json index 11a5c8c8f239..7074dda8c52f 100644 --- a/.vib/airflow/vib-verify.json +++ b/.vib/airflow/vib-verify.json @@ -12,6 +12,7 @@ { "action_id": "container-image-package", "params": { + "timeout_minutes": 60, "application": { "details": { "name": "{VIB_ENV_CONTAINER}",