From 31e5a427d57e2d3cac971a32d18e6274932adb99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Fri, 2 Jun 2023 11:05:38 +0200
Subject: [PATCH] CI: package: Increase timeout to 90

We had timeouts during the upload of the artifacts
so I increase it to 90 minutes.
---
 build-common.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-common.yml b/build-common.yml
index 584c5f0c..25bc4d63 100644
--- a/build-common.yml
+++ b/build-common.yml
@@ -189,7 +189,7 @@ workflow:
       - release/**/**/*
     reports:
       dotenv: package.env
-  timeout: 60m
+  timeout: 90m
   before_script:
     # We do this manually since we do not use GitLab's default artifact downloader
     - source build.env
-- 
GitLab