Skip to content

Commit

Permalink
Backport 432756b6e51c903e2bff8b9c3028a4f2ea8973f4
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Feb 1, 2024
1 parent ffab458 commit 0823b1c
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 0823b1c

Please sign in to comment.