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.
1 parent aa3058b commit 3e337a0Copy full SHA for 3e337a0
src/test/java/com/qiniu/testing/HttpClientTimeOutTest.java
@@ -38,6 +38,8 @@ public void testCONNECTION_TIMEOUT() {
38
Config.SO_TIMEOUT = 20 * 1000;
39
40
HttpClient client = Http.getClient();
41
+ tearDown();
42
+
43
HttpGet httpget = new HttpGet("http://www.qiniu.com");
44
45
s = System.currentTimeMillis();
@@ -62,6 +64,8 @@ public void testSO_TIMEOUT() {
62
64
Config.SO_TIMEOUT = 5;
63
65
66
67
68
69
70
71
0 commit comments