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

Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
  • Loading branch information
sendaoYan committed Jan 31, 2024
1 parent f7121de commit 6c57fea
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 6c57fea

Please sign in to comment.