nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16.03k stars 1.41k forks source link

De-flake TestNoRaceJetStreamClusterGhostConsumers #5961

Closed MauriceVanVeen closed 1 month ago

MauriceVanVeen commented 1 month ago

Both tests became a bit flaky. If they would not be able to retry within the first 5s, the test would fail. So having CI be a bit slow could make this flake.

Lowering the startInterval for these tests to more often try to run the consumer cleanup.

Signed-off-by: Maurice van Veen github@mauricevanveen.com