From 41e4994164334ea604d04e733c068bf05e5d07f5 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Mon, 11 Mar 2024 19:34:21 +0100
Subject: [PATCH] Adding timeouts

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73b7efa..f34a3b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,6 +80,7 @@ spack:install_compilers:
 
   needs:
     - job: spack:setup
+  timeout: 5h
 
 spack:concretize:
   stage: concretize
@@ -94,6 +95,7 @@ spack:concretize:
   artifacts:
     paths:
       - stacks/${stack}/spack.lock
+  timeout: 2h
 
 spack:install:
   stage: install
-- 
GitLab