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