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 4a05786 commit b031572Copy full SHA for b031572
src/test/java/io/socket/client/ConnectionTest.java
@@ -377,7 +377,7 @@ public void run() {
377
values.take();
378
}
379
380
- @Test(timeout = TIMEOUT)
+ @Test(timeout = 14000)
381
public void attemptReconnectsAfterAFailedReconnect() throws URISyntaxException, InterruptedException {
382
final BlockingQueue<Object> values = new LinkedBlockingQueue<Object>();
383
IO.Options opts = createOptions();
0 commit comments