Skip to content

Commit b031572

Browse files
committed
adjust test timeout
1 parent 4a05786 commit b031572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public void run() {
377377
values.take();
378378
}
379379

380-
@Test(timeout = TIMEOUT)
380+
@Test(timeout = 14000)
381381
public void attemptReconnectsAfterAFailedReconnect() throws URISyntaxException, InterruptedException {
382382
final BlockingQueue<Object> values = new LinkedBlockingQueue<Object>();
383383
IO.Options opts = createOptions();

0 commit comments

Comments
 (0)