From 8cda823a483800d7512537e26d53f8e78e41fef0 Mon Sep 17 00:00:00 2001 From: Nikhil Kulkarni Date: Wed, 27 Mar 2024 22:11:42 +0000 Subject: [PATCH] Fix incorrect assignment in shell script --- tests/integration/launch_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/launch_container.sh b/tests/integration/launch_container.sh index ec7d51a24..5c8ae275d 100755 --- a/tests/integration/launch_container.sh +++ b/tests/integration/launch_container.sh @@ -118,8 +118,8 @@ if $is_llm; then total_retries=80 fi if [[ "$platform" == *"trtllm"* ]]; then - total_retries = 100 - echo "extra sleep of 5 min for trtllm compilation" + total_retries=100 + echo "extra sleep of 10 min for trtllm compilation" fi if [[ "$platform" == *"trtllm-sq"* ]]; then echo "extra sleep of 15 min for smoothquant calibration"