Skip to content

Commit 1e0189b

Browse files
authored
Merge pull request #578 from zhangzqs/master
KODO-17749: default private download expires change to 300s
2 parents 9ef9df2 + 7788783 commit 1e0189b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/test/com/qiniu/storage/BucketTest2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ public void testDefaultIoSrcDomainDownload() {
574574
String url = "";
575575
try {
576576
url = new DownloadUrl(domain, false, key).buildURL();
577-
url = TestConfig.testAuth.privateDownloadUrl(url, 3600);
577+
url = TestConfig.testAuth.privateDownloadUrl(url, 180);
578578
} catch (QiniuException e) {
579579
fail(e);
580580
}

0 commit comments

Comments
 (0)