We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ef9df2 + 7788783 commit 1e0189bCopy full SHA for 1e0189b
src/test/java/test/com/qiniu/storage/BucketTest2.java
@@ -574,7 +574,7 @@ public void testDefaultIoSrcDomainDownload() {
574
String url = "";
575
try {
576
url = new DownloadUrl(domain, false, key).buildURL();
577
- url = TestConfig.testAuth.privateDownloadUrl(url, 3600);
+ url = TestConfig.testAuth.privateDownloadUrl(url, 180);
578
} catch (QiniuException e) {
579
fail(e);
580
}
0 commit comments