From 3c9e505a45480a34f13369c2044771347f55a4f3 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 18 Apr 2025 09:32:48 -0400 Subject: [PATCH] fix test --- tests/upload_chunked.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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