Skip to content

Commit

Permalink
Fix Flaky Test SearchTimeoutIT.testSimpleTimeout
Browse files Browse the repository at this point in the history
Signed-off-by: kkewwei <[email protected]>
  • Loading branch information
kkewwei committed Dec 13, 2024
1 parent c5f3818 commit d1fc8be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
}

public void testSimpleTimeout() throws Exception {
final int numDocs = 1000;
final int numDocs = 10;
for (int i = 0; i < numDocs; i++) {
client().prepareIndex("test").setId(Integer.toString(i)).setSource("field", "value").get();
}
Expand Down

0 comments on commit d1fc8be

Please sign in to comment.