Skip to content

Commit 753376d

Browse files
committed
[TEST] Remove timeout - it's not needed in this test
1 parent 11e851e commit 753376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/elasticsearch/client/transport/TransportClientNodesServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public void doWithNode(DiscoveryNode node, final ActionListener<TestResponse> re
118118
throw new IllegalArgumentException();
119119
}
120120

121-
iteration.transportService.sendRequest(node, "action", new TestRequest(), new TransportRequestOptions().withTimeout(50), new BaseTransportResponseHandler<TestResponse>() {
121+
iteration.transportService.sendRequest(node, "action", new TestRequest(), new TransportRequestOptions(), new BaseTransportResponseHandler<TestResponse>() {
122122
@Override
123123
public TestResponse newInstance() {
124124
return new TestResponse();

0 commit comments

Comments
 (0)