Skip to content

Commit 1bf3371

Browse files
author
YangSen-qn
committed
change concurrent upload v2 case
1 parent 5b9165f commit 1bf3371

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/src/androidTest/java/com/qiniu/android/ConcurrentResumeUploadTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ public void testHttpV2(){
229229
.chunkSize(4*1024*1024)
230230
.useHttps(false)
231231
.build();
232-
// int[] sizeArray = {500, 1000, 3000, 4000, 5000, 8000, 10000, 20000};
233-
int[] sizeArray = {200000};
232+
int[] sizeArray = {500, 1000, 3000, 4000, 5000, 8000, 10000, 20000};
234233
long timestamp = new Date().getTime();
235234
for (int size : sizeArray) {
236235
String key = "android_concurrent_resume_http_v2_" + timestamp + "_" + size + "k";

0 commit comments

Comments
 (0)