Skip to content

Commit 4f9270c

Browse files
authored
Update TestConst.java
1 parent 7fe20eb commit 4f9270c

File tree

1 file changed

+1
-1
lines changed
  • QCloudCosXml/cosxml/src/androidTest/java/com/tencent/cos/xml/core

1 file changed

+1
-1
lines changed

QCloudCosXml/cosxml/src/androidTest/java/com/tencent/cos/xml/core/TestConst.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class TestConst {
3131
public static final String PERSIST_BUCKET_REPLICATION_REGION = BuildConfig.PERSIST_BUCKET_REPLICATION_REGION;
3232

3333
public static final long PERSIST_BUCKET_SMALL_OBJECT_SIZE = 1024;
34-
public static final long PERSIST_BUCKET_BIG_OBJECT_SIZE = 10 * 1024 * 1024;
34+
public static final long PERSIST_BUCKET_BIG_OBJECT_SIZE = 100 * 1024 * 1024;
3535
public static final String PERSIST_BUCKET_SMALL_OBJECT_PATH = "/do_not_remove/small_object";
3636
public static final String PERSIST_BUCKET_BIG_OBJECT_PATH = "/do_not_remove/big_object";
3737

0 commit comments

Comments
 (0)