diff --git a/qa/entrypoint.sh b/qa/entrypoint.sh index c0c1822..3bcc7a6 100755 --- a/qa/entrypoint.sh +++ b/qa/entrypoint.sh @@ -22,7 +22,6 @@ if [[ $TRITON_ENABLE_GPU != "OFF" ]] then echo 'Running tests for GPU models...' MODEL_REPO="${QA_DIR}/L0_e2e/model_repository" "$TEST_SCRIPT" - sleep 3 echo 'Running tests for CPU models...' MODEL_REPO="${QA_DIR}/L0_e2e/cpu_model_repository" "$TEST_SCRIPT" fi