Skip to content

Commit

Permalink
Revert "Extend timeout"
Browse files Browse the repository at this point in the history
This reverts commit 775ee4c.
  • Loading branch information
fpetrini15 committed Nov 13, 2024
1 parent 775ee4c commit 11fc613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_storage_S3/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 11fc613

Please sign in to comment.