diff --git a/ci/jenkins/Nightly2.groovy b/ci/jenkins/Nightly2.groovy index 92f1ab92fc..cc671872df 100644 --- a/ci/jenkins/Nightly2.groovy +++ b/ci/jenkins/Nightly2.groovy @@ -3,7 +3,7 @@ def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml' String cron_timezone = 'TZ=Asia/Shanghai' -String cron_string = BRANCH_NAME == '2.5' ? '50 2 * * * ' : '' +String cron_string = BRANCH_NAME == '2.5' ? '50 23 * * * ' : '' // Make timeout 4 hours so that we can run two nightly during the ci int total_timeout_minutes = 7 * 60