diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index d267dc614a..8115fca007 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { RUN_ID = UUID.randomUUID().toString() } options { - timeout(time: 1, unit: 'HOURS') + timeout(time: 90, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr: '200', artifactNumToKeepStr: '30', daysToKeepStr: '30')) timestamps() ansiColor('xterm')