diff --git a/Jenkinsfile b/Jenkinsfile index 334bfbf..c8157d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { } } stage('Build Private') { - options { timeout(time: 30, unit: 'MINUTES') } + options { timeout(time: 2, unit: 'HOURS') } steps { script { if (env.BRANCH_NAME == 'main') { @@ -85,7 +85,7 @@ pipeline { } } stage('Build Public') { - options { timeout(time: 30, unit: 'MINUTES') } + options { timeout(time: 2, unit: 'HOURS') } steps { script { if (env.BRANCH_NAME == 'main') {