diff --git a/Jenkinsfile b/Jenkinsfile index 1d4c6fe4c3..0461c5727a 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') }