Skip to content

Commit fd4340e

Browse files
committed
update test.
1 parent d262147 commit fd4340e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public void complete(ResponseInfo rinfo, JSONObject response) {
213213
@SmallTest
214214
public void testProxy() throws Throwable {
215215
StringMap x = new StringMap();
216-
ProxyConfiguration p = new ProxyConfiguration("115.231.183.168", 80);
216+
ProxyConfiguration p = new ProxyConfiguration("115.238.101.32", 80);
217217
Client c = new Client(p, 10, 30, null, null);
218218
c.asyncPost("http://upproxy1.qiniu.com", "hello".getBytes(),
219219
x, UpToken.parse(TestConfig.token_z0), "hello".getBytes().length,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void test1M() throws Throwable {
170170
}
171171

172172
public void test4M() throws Throwable {
173-
template(4 * 1024, 0.6);
173+
template(4 * 1024, 0.5);
174174
}
175175

176176
public void test8M1K() throws Throwable {

0 commit comments

Comments
 (0)