From 54cccbbe166863db312a5ae0830b1b32fe169154 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <networms@gmail.ch> Date: Wed, 10 Jul 2024 08:02:19 +0200 Subject: [PATCH] Increazing job times --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57ccf21..aa71e16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,7 +122,7 @@ spack:concretize: - concretize.log needs: - job: spack:install_compilers - timeout: 5h + timeout: 24h spack:install: stage: install @@ -150,7 +150,7 @@ spack:install: artifacts: reports: junit: spack-install-*.xml - timeout: 10h + timeout: 72h spack:mksquashfs: stage: deploy -- GitLab