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 c5f3818 commit 51c35ebCopy full SHA for 51c35eb
server/src/internalClusterTest/java/org/opensearch/search/SearchTimeoutIT.java
@@ -82,7 +82,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
82
}
83
84
public void testSimpleTimeout() throws Exception {
85
- final int numDocs = 1000;
+ final int numDocs = 10;
86
for (int i = 0; i < numDocs; i++) {
87
client().prepareIndex("test").setId(Integer.toString(i)).setSource("field", "value").get();
88
0 commit comments