From 11fc613ee88abe0932569485ee9cc77f41857cf7 Mon Sep 17 00:00:00 2001 From: fpetrini15 Date: Wed, 13 Nov 2024 09:18:51 -0800 Subject: [PATCH] Revert "Extend timeout" This reverts commit 775ee4c01e0acf67a8e68e8c22048bd204d3b686. --- qa/L0_storage_S3/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/L0_storage_S3/test.sh b/qa/L0_storage_S3/test.sh index 25c0c82ca2..9f2b67cef4 100755 --- a/qa/L0_storage_S3/test.sh +++ b/qa/L0_storage_S3/test.sh @@ -489,7 +489,7 @@ for i in {1..1050}; do done # Provide extended timeout to allow >1000 files to be loaded -SERVER_ARGS="--model-repository=$BUCKET_URL --exit-timeout-secs=1200 --model-control-mode=none" +SERVER_ARGS="--model-repository=$BUCKET_URL --exit-timeout-secs=600 --model-control-mode=none" SERVER_LOG=$SERVER_LOG_BASE.many_files.log # copy contents of /models into S3 bucket and wait for them to be loaded.