diff --git a/Jenkinsfile b/Jenkinsfile index b12f81bffd4a257e7c516d14ac7dac5971863fca..42fcf6be1d73f0ffe839f8ba82071996ee445909 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { ansiColor('xterm') timestamps() buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '10')) - timeout(time: 4, unit: 'HOURS') + timeout(time: 5, unit: 'HOURS') } stages { // *************************** Git Check **********************************