Skip to content

Commit

Permalink
8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java i…
Browse files Browse the repository at this point in the history
…ncorrect comment information

Reviewed-by: jnimeh, fyang
  • Loading branch information
SendaoYan authored and RealFYang committed Feb 1, 2024
1 parent fe78c0f commit 432756b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private static void createPKI() throws Exception {
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");
Expand Down

0 comments on commit 432756b

Please sign in to comment.