diff --git a/Jenkinsfile b/Jenkinsfile index 02b9a0eabdf..bac15b81e28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { options { buildDiscarder(logRotator(numToKeepStr: '5')) - timeout (time: 5, unit: 'HOURS') + timeout (time: 20, unit: 'HOURS') timestamps() checkoutToSubdirectory('src') }