Skip to content

Commit 489e82b

Browse files
committed
Fewer test iterations
1 parent 589e8fe commit 489e82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/common/regex/RegexTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void testDoubleWildcardMatch() {
6565
}
6666

6767
public void testSimpleMatch() {
68-
for (int i = 0; i < 100000; i++) {
68+
for (int i = 0; i < 1000; i++) {
6969
final String matchingString = randomAlphaOfLength(between(0, 50));
7070

7171
// construct a pattern that matches this string by repeatedly replacing random substrings with '*' characters

0 commit comments

Comments
 (0)