From 8066ee448fe1e84c8d84990f2bf905471cf6e3c1 Mon Sep 17 00:00:00 2001 From: Eleni Mathioulaki <emathioulaki@athenarc.gr> Date: Thu, 2 Feb 2023 10:29:38 +0100 Subject: [PATCH] change timeout for jobs that run on other projects --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 959356d9..fcb871f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -190,6 +190,7 @@ build-spack-env-on-runner: after_script: - cp --parents /tmp/$(whoami)/spack-stage/*/*.txt ./ - mv ./tmp/$(whoami)/spack-stage spack-logs + timeout: 2 days artifacts: paths: - spack-logs -- GitLab