From fbdc90230cf67a6f7c62273ee5235606a6c436a1 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 26 May 2020 10:51:47 +0200
Subject: [PATCH] specify a specific time limit that can exceed the
 project-level timeout, jobs submitted on a supercomputer like plafrim can be
 delayed due to the job scheduler, one week seems fair because we want this
 profiling done once a week

---
 .gitlab/common.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab/common.yml b/.gitlab/common.yml
index 624b2b981..548629af9 100644
--- a/.gitlab/common.yml
+++ b/.gitlab/common.yml
@@ -69,6 +69,7 @@
     - schedules
   stage: test
   tags: ['plafrim']
+  timeout: 1 week
   before_script:
     - git submodule update --init --recursive
   script:
-- 
GitLab