diff --git a/ci/jenkins/PR.groovy b/ci/jenkins/PR.groovy index 99bbcf0ee09b0..2f5587ca46463 100644 --- a/ci/jenkins/PR.groovy +++ b/ci/jenkins/PR.groovy @@ -1,4 +1,4 @@ -@Library('jenkins-shared-library@v0.67.0') _ +@Library('jenkins-shared-library@v0.70.0') _ def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml' def milvus_helm_chart_version = '4.2.8' @@ -10,7 +10,7 @@ pipeline { buildDiscarder logRotator(artifactDaysToKeepStr: '30') preserveStashes(buildCount: 5) disableConcurrentBuilds(abortPrevious: true) - timeout(time: 6, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') throttleJobProperty( categories: ['cpu-e2e'], throttleEnabled: true,