diff --git a/test/config-next/health-checker.json b/test/config-next/health-checker.json index 00183a888..599916264 100644 --- a/test/config-next/health-checker.json +++ b/test/config-next/health-checker.json @@ -1,7 +1,6 @@ { "grpc": { - "timeout": "1s", - "noWaitForReady": true + "timeout": "1s" }, "tls": { "caCertFile": "test/grpc-creds/minica.pem", diff --git a/test/config/health-checker.json b/test/config/health-checker.json index 00183a888..599916264 100644 --- a/test/config/health-checker.json +++ b/test/config/health-checker.json @@ -1,7 +1,6 @@ { "grpc": { - "timeout": "1s", - "noWaitForReady": true + "timeout": "1s" }, "tls": { "caCertFile": "test/grpc-creds/minica.pem",