Merge branch 'main' into dev

This commit is contained in:
Derek Collison
2023-07-17 10:41:51 -07:00
7 changed files with 79 additions and 67 deletions

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,