From 1fafd802752f397cd842f9dcc13a47d61c60b71c Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Thu, 27 Jun 2024 11:14:06 +0200
Subject: [PATCH] Extending concretize time

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d82818f..564a34a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,7 +144,7 @@ spack:concretize:
       - artifacts_${stack}_${environment}.tgz
   needs:
     - job: spack:install_compilers
-  timeout: 2h
+  timeout: 5h
 
 spack:install:
   stage: install
-- 
GitLab