Tweak timing in TestJetStreamClusterDeleteConsumerWhileServerDown

Signed-off-by: Neil Twigg <neil@nats.io>
This commit is contained in:
Neil Twigg
2023-07-14 16:44:15 +01:00
parent 71db34baf7
commit 979b265e26

View File

@@ -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,