Skip to content

Commit 12c9892

Browse files
committed
fix test
1 parent 8ba982b commit 12c9892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/upload_chunked.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ -f data ]; then rm data ; fi
55
SERVER=$1
66
PORT=8087
77

8-
"$SERVER" . -p $PORT --upload --max-upload 100000000000 &
8+
"$SERVER" . -p $PORT --upload --max-upload 1000M &
99
PID=$!
1010

1111
sleep 0.1

0 commit comments

Comments
 (0)