TEST: Up wait time to allow things to settle down once we ACK.

Original commit: elastic/x-pack-elasticsearch@69f7680348
This commit is contained in:
Brian Murphy 2014-11-20 17:00:21 +00:00
parent b1f64f4103
commit a3259e9c62
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class AlertThrottleTests extends AbstractAlertingTests {
AckAlertResponse ackResponse = alertsClient.prepareAckAlert("throttled-alert").get();
assertEquals(AlertAckState.ACKED, ackResponse.getAlertAckState());
Thread.sleep(5000); //Let any currently running stop
Thread.sleep(10000); //Let any currently running stop
long countAfterAck = countResponse.getHits().getTotalHits();