From 400ff327edd87681f2f63133957e9816b792cf85 Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Mon, 25 Mar 2024 09:13:16 +0100
Subject: [PATCH] [NOTIFY] Increase timeout for notify job

* The notify job needs to pull the artifacts from all previous jobs and
as the number of boards increase the timeout needs to increase
accordingly.
---
 build-pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-pipeline.yml b/build-pipeline.yml
index 98e870c..3c0f5a2 100644
--- a/build-pipeline.yml
+++ b/build-pipeline.yml
@@ -235,7 +235,7 @@ workflow:
 # -----------------------------------
 .notify:
   stage: notify
-  timeout: 8h
+  timeout: 16h
   image:
     name: mcr.microsoft.com/azure-cli
     entrypoint: [""]
-- 
GitLab