From d0d799ff31bf55eb879a35765fab38bd1ebc7813 Mon Sep 17 00:00:00 2001
From: Fred G <frederic.gurr@eclipse-foundation.org>
Date: Tue, 23 Nov 2021 15:09:34 +0100
Subject: [PATCH] Add timeout

Please add a timeout to all projects and all branches.
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 756c8e43..61139da2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -72,6 +72,7 @@ pipeline {
 
   options {
     buildDiscarder(logRotator(numToKeepStr: '10'))
+    timeout(time: 15, unit: 'MINUTES')
   }
 
   triggers { 
-- 
GitLab