[TEST] Remove timeout - it's not needed in this test
This commit is contained in:
parent
11e851eb0c
commit
753376dba7
|
@ -118,7 +118,7 @@ public class TransportClientNodesServiceTests extends ElasticsearchTestCase {
|
||||||
throw new IllegalArgumentException();
|
throw new IllegalArgumentException();
|
||||||
}
|
}
|
||||||
|
|
||||||
iteration.transportService.sendRequest(node, "action", new TestRequest(), new TransportRequestOptions().withTimeout(50), new BaseTransportResponseHandler<TestResponse>() {
|
iteration.transportService.sendRequest(node, "action", new TestRequest(), new TransportRequestOptions(), new BaseTransportResponseHandler<TestResponse>() {
|
||||||
@Override
|
@Override
|
||||||
public TestResponse newInstance() {
|
public TestResponse newInstance() {
|
||||||
return new TestResponse();
|
return new TestResponse();
|
||||||
|
|
Loading…
Reference in New Issue