8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information
Reviewed-by: jnimeh, fyang
This commit is contained in:
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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user