Skip to content

Commit 28f20a3

Browse files
committed
longer timeout
1 parent bc45e15 commit 28f20a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/socket/client/ExecutionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExecutionTest extends Connection {
1717

1818
private static final Logger logger = Logger.getLogger(ExecutionTest.class.getName());
1919

20-
final static int TIMEOUT = 30 * 1000;
20+
final static int TIMEOUT = 60 * 1000;
2121

2222
@Test(timeout = TIMEOUT)
2323
public void execConnection() throws InterruptedException, IOException {

0 commit comments

Comments
 (0)