mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for ci_e2e.sh (#14714)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/14703/head
parent
27e0924291
commit
e46227c1f1
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue