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 bc45e15 commit 28f20a3Copy full SHA for 28f20a3
src/test/java/io/socket/client/ExecutionTest.java
@@ -17,7 +17,7 @@ public class ExecutionTest extends Connection {
17
18
private static final Logger logger = Logger.getLogger(ExecutionTest.class.getName());
19
20
- final static int TIMEOUT = 30 * 1000;
+ final static int TIMEOUT = 60 * 1000;
21
22
@Test(timeout = TIMEOUT)
23
public void execConnection() throws InterruptedException, IOException {
0 commit comments