From 24276e1062b2da261b41fd1ae90acddaf5eede55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Wed, 16 Apr 2025 11:56:41 +0200
Subject: [PATCH] CI: changelog: Increase timeout because of gitlab server
 issues

---
 build-pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-pipeline.yml b/build-pipeline.yml
index a2961c9..e906d8b 100644
--- a/build-pipeline.yml
+++ b/build-pipeline.yml
@@ -242,7 +242,7 @@ workflow:
 
 .changelog:
   extends: .infrastructure
-  timeout: 15m
+  timeout: 30m
   script:
     - PROJECT_ARGS=""
     - for project in ${CHANGELOG_PROJECTS}; do
-- 
GitLab