[TEST] Remove timeout - it's not needed in this test

This commit is contained in:
Simon Willnauer 2015-07-02 13:10:50 +02:00
parent 11e851eb0c
commit 753376dba7
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class TransportClientNodesServiceTests extends ElasticsearchTestCase {
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
public TestResponse newInstance() {
return new TestResponse();