adjust test timeout

This commit is contained in:
nkzawa
2017-07-12 01:48:40 +09:00
parent 4a05786563
commit b031572ddb

View File

@@ -377,7 +377,7 @@ public class ConnectionTest extends Connection {
values.take(); values.take();
} }
@Test(timeout = TIMEOUT) @Test(timeout = 14000)
public void attemptReconnectsAfterAFailedReconnect() throws URISyntaxException, InterruptedException { public void attemptReconnectsAfterAFailedReconnect() throws URISyntaxException, InterruptedException {
final BlockingQueue<Object> values = new LinkedBlockingQueue<Object>(); final BlockingQueue<Object> values = new LinkedBlockingQueue<Object>();
IO.Options opts = createOptions(); IO.Options opts = createOptions();