From db1d9a852de76d80ee62e0fda8cfb7b9048a66be Mon Sep 17 00:00:00 2001
From: David Dorchies <david.dorchies@inrae.fr>
Date: Thu, 18 Jan 2024 11:25:15 +0100
Subject: [PATCH] ci: expand timeout job for e2e tests and always run tests on
 push on devel branch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 978211c5c..ccd95cd86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,8 +65,10 @@ test:
     - schedules
     - web
     - master
+    - devel
   script:
     - npm run e2e
+  timeout: 2h
 
 .build:
   stage: build
-- 
GitLab