Skip to content

Commit 12dbfe2

Browse files
committed
change complex test case
1 parent c285f87 commit 12dbfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QiniuSDKTests/QNComplexUploadSceneTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ - (void)testMutiUpload{
3333
__block int completeCount = 0;
3434
__block int successCount = 0;
3535
for (int i=0; i<maxCount; i++) {
36-
[self template:(i + 1) * 1024 complete:^(BOOL isSuccess){
36+
[self template:(i + 1) * 100 complete:^(BOOL isSuccess){
3737
@synchronized (self) {
3838
if (isSuccess) {
3939
successCount += 1;

0 commit comments

Comments
 (0)