From 47e4d75cee47628e389bab782f9459a6df09fd5e Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Fri, 29 Oct 2021 19:09:42 +0000 Subject: [PATCH] Increase timeout to 6 hours (should be variable to set in weekly 10k schedule) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c679940..f93eb195 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ default: - juggler.env reports: dotenv: juggler.env + timeout: 6 hours stages: - config -- GitLab