[skip e2e]Add comment for ci_e2e.sh (#14714)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/14703/head
Jenny Li 2022-01-04 19:09:37 +08:00 committed by GitHub
parent 27e0924291
commit e46227c1f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ fi
trace "prepare e2e test" install_pytest_requirements
# Pytest is not able to have both --timeout & --workers, so do not add --timeout or --workers in the shell script
if [[ -n "${TEST_TIMEOUT:-}" ]]; then
timeout "${TEST_TIMEOUT}" pytest --host ${MILVUS_SERVICE_NAME} --port ${MILVUS_SERVICE_PORT} \