commit 0486d666810e58c356ed507bb6ee2366b32ab06e
parent cecc7bb3c76c909988e098dde86b822112196b21
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 3 Jun 2019 20:03:41 +0200
upload 1GB for testing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_twister.sh b/src/test/test_twister.sh
@@ -164,7 +164,7 @@ fi
# Just upload a big blob; first with PUT then with POST.
printf "{\"things\": \"%s\"}" \
- $(for i in $(seq 1 100000); do
+ $(for i in $(seq 1 1000000000); do
echo -n z; done) > BIGBLOB.json
status_code=$(curl \