8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information

Reviewed-by: jnimeh, fyang
This commit is contained in:
SendaoYan 2024-02-01 03:08:33 +00:00 committed by Fei Yang
parent fe78c0f191
commit 432756b6e5

@ -188,7 +188,7 @@ public class OCSPTimeout {
rootOcsp.setDisableContentLength(true);
rootOcsp.start();
// Wait 5 seconds for server ready
// Wait 60 seconds for server ready
boolean readyStatus = rootOcsp.awaitServerReady(60, TimeUnit.SECONDS);
if (!readyStatus) {
throw new RuntimeException("Server not ready");