diff --git a/tests/scripts/ci_e2e.sh b/tests/scripts/ci_e2e.sh index 93627c3314..6403bad223 100755 --- a/tests/scripts/ci_e2e.sh +++ b/tests/scripts/ci_e2e.sh @@ -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} \