diff --git a/tests/upload_chunked.sh b/tests/upload_chunked.sh index 63dd3bfd..4f319f71 100755 --- a/tests/upload_chunked.sh +++ b/tests/upload_chunked.sh @@ -5,7 +5,7 @@ if [ -f data ]; then rm data ; fi SERVER=$1 PORT=8087 -"$SERVER" . -p $PORT --upload --max-upload 100000000000 & +"$SERVER" . -p $PORT --upload --max-upload 1000M & PID=$! sleep 0.1