diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index 2c531b8540..ef0cd5c77c 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -169,7 +169,7 @@ pipeline { } options { buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14')) - timeout(time: 90, unit: 'MINUTES') + timeout(time: 120, unit: 'MINUTES') } }