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:
parent
b1f64f4103
commit
a3259e9c62
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue