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

Backport-of: 432756b6e51c903e2bff8b9c3028a4f2ea8973f4
  • Loading branch information
SendaoYan authored and shipilev committed Mar 7, 2024
1 parent 5c3dfe4 commit e328bf3
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

1 comment on commit e328bf3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.