diff --git a/Jenkinsfile b/Jenkinsfile index a5fd1174..a6f1cf3b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ currentBuild.result = SUCCESS try { parallel check: { stage('Check') { - timeout(time: 10, unit: 'MINUTES') { + timeout(time: 15, unit: 'MINUTES') { node('linux') { checkout scm try {