diff --git a/Jenkinsfile b/Jenkinsfile index 81846c8660f2b7088c0001f77f848f08e37ecac1..f07627466c9333051f2702ad5471bd3c40cb97d3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } options { checkoutToSubdirectory('repo') - timeout(time: 2, unit: 'HOURS') + timeout(time: 4, unit: 'HOURS') } environment { IMAGE_NAME = "eclipseopenpass/ose"