update sleep to 60

Former-commit-id: bb43615dd1cf9f7b0602ab917ab4eb2c3c5865e7
This commit is contained in:
quicksilver 2019-07-19 14:03:50 +08:00
parent 84384acfbb
commit 3c1a8a90ad

View File

@ -9,7 +9,7 @@ timeout(time: 20, unit: 'MINUTES') {
// mysql database backend test
load "${env.WORKSPACE}/ci/jenkinsfile/cleanup_dev.groovy"
sleep 30
sleep 60
if (!fileExists('milvus-helm')) {
dir ("milvus-helm") {