mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Tweak timing in TestJetStreamClusterDeleteConsumerWhileServerDown
Signed-off-by: Neil Twigg <neil@nats.io>
This commit is contained in:
@@ -356,7 +356,7 @@ func TestJetStreamClusterDeleteConsumerWhileServerDown(t *testing.T) {
|
||||
|
||||
// Restart.
|
||||
s = c.restartServer(s)
|
||||
checkFor(t, time.Second, 200*time.Millisecond, func() error {
|
||||
checkFor(t, time.Second*2, 200*time.Millisecond, func() error {
|
||||
hs := s.healthz(&HealthzOptions{
|
||||
JSEnabledOnly: false,
|
||||
JSServerOnly: false,
|
||||
|
||||
Reference in New Issue
Block a user