longer timeout

This commit is contained in:
nkzawa
2015-12-13 02:53:08 +09:00
parent bc45e15d03
commit 28f20a3032

View File

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