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

3 comments on commit 432756b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@sendaoYan
Copy link
Member

Choose a reason for hiding this comment

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

/backport jdk21u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 432756b Feb 1, 2024

Choose a reason for hiding this comment

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

@sendaoYan the backport was successfully created on the branch backport-sendaoYan-432756b6 in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 432756b6 from the openjdk/jdk repository.

The commit being backported was authored by SendaoYan on 1 Feb 2024 and was reviewed by Jamil Nimeh and Fei Yang.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk21u-dev:

$ git fetch https://github.com/openjdk-bots/jdk21u-dev.git backport-sendaoYan-432756b6:backport-sendaoYan-432756b6
$ git checkout backport-sendaoYan-432756b6
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk21u-dev.git backport-sendaoYan-432756b6

⚠️ @sendaoYan You are not yet a collaborator in my fork openjdk-bots/jdk21u-dev. An invite will be sent out and you need to accept it before you can proceed.

Please sign in to comment.