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 589e8fe commit 489e82bCopy full SHA for 489e82b
server/src/test/java/org/elasticsearch/common/regex/RegexTests.java
@@ -65,7 +65,7 @@ public void testDoubleWildcardMatch() {
65
}
66
67
public void testSimpleMatch() {
68
- for (int i = 0; i < 100000; i++) {
+ for (int i = 0; i < 1000; i++) {
69
final String matchingString = randomAlphaOfLength(between(0, 50));
70
71
// construct a pattern that matches this string by repeatedly replacing random substrings with '*' characters
0 commit comments