Update CI test timeout to 40 minutes

Former-commit-id: 00d4949be9536071affb449dde8ea96c4c38a281
pull/191/head
jinhai 2019-08-07 10:07:41 +08:00
parent c48357dd5b
commit 9a8bc329d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
timeout(time: 20, unit: 'MINUTES') {
timeout(time: 40, unit: 'MINUTES') {
try {
dir ("${PROJECT_NAME}_test") {
checkout([$class: 'GitSCM', branches: [[name: "${SEMVER}"]], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: "${params.GIT_USER}", url: "git@192.168.1.105:Test/milvus_test.git", name: 'origin', refspec: "+refs/heads/${SEMVER}:refs/remotes/origin/${SEMVER}"]]])