@@ -129,7 +129,7 @@ public void onFailure(Exception e) {
129
129
latch .await (5 , TimeUnit .SECONDS );
130
130
}
131
131
132
- @ Repeat (iterations =1000 )
132
+ @ Repeat (iterations =500 )
133
133
public void testCreateTooManySynonymsUsingRuleUpdates () throws InterruptedException {
134
134
CountDownLatch latch = new CountDownLatch (1 );
135
135
int rulesToUpdate = randomIntBetween (1 , 10 );
@@ -206,7 +206,7 @@ public void onFailure(Exception e) {
206
206
latch .await (5 , TimeUnit .SECONDS );
207
207
}
208
208
209
- @ Repeat (iterations =1000 )
209
+ @ Repeat (iterations =500 )
210
210
public void testUpdateRuleWithMaxSynonyms () throws InterruptedException {
211
211
CountDownLatch latch = new CountDownLatch (1 );
212
212
String synonymSetId = randomIdentifier ();
@@ -242,7 +242,7 @@ public void onFailure(Exception e) {
242
242
latch .await (5 , TimeUnit .SECONDS );
243
243
}
244
244
245
- @ Repeat (iterations =1000 )
245
+ @ Repeat (iterations =500 )
246
246
public void testCreateRuleWithMaxSynonyms () throws InterruptedException {
247
247
CountDownLatch latch = new CountDownLatch (1 );
248
248
String synonymSetId = randomIdentifier ();
0 commit comments