From 67b0195a53de9352fcc4f665552f627ba40ee2b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Thu, 19 May 2022 13:26:41 +0200
Subject: [PATCH] CI: Increase infrastructure timeout to 10min

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

diff --git a/common.yml b/common.yml
index 9ac3406..1724f71 100644
--- a/common.yml
+++ b/common.yml
@@ -30,7 +30,7 @@ variables:
   stage: infrastructure
   tags:
     - infrastructure
-  timeout: 5m
+  timeout: 10m
   image: "${CI_IMAGE_PYTHON}"
   needs: []
   variables:
-- 
GitLab