We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f651f commit 3a34c9dCopy full SHA for 3a34c9d
server/src/internalClusterTest/java/org/opensearch/search/SearchTimeoutIT.java
@@ -82,8 +82,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
82
}
83
84
public void testSimpleTimeout() throws Exception {
85
- final int numDocs = 1000;
86
- for (int i = 0; i < numDocs; i++) {
+ for (int i = 0; i < 32; i++) {
87
client().prepareIndex("test").setId(Integer.toString(i)).setSource("field", "value").get();
88
89
refresh("test");
0 commit comments