test: shutdown okhttpclient

This commit is contained in:
nkzawa
2017-07-12 12:30:12 +09:00
parent 4f5f774a46
commit e4f1a56cfc
4 changed files with 30 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ public class ExecutionTest extends Connection {
private static final Logger logger = Logger.getLogger(Socket.class.getName());
final static int TIMEOUT = 100 * 1000;
final static int TIMEOUT = 30 * 1000;
@Test(timeout = TIMEOUT)
public void execConnection() throws InterruptedException, IOException {