Skip to content

Commit

Permalink
Backport b20dc1e9cda1ea3a76b3f14c778c6816e5cc1c0c
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jan 8, 2024
1 parent a85f3f8 commit 0a08038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private static void createPKI() throws Exception {
rootOcsp.start();

// Wait 5 seconds for server ready
boolean readyStatus = rootOcsp.awaitServerReady(5, TimeUnit.SECONDS);
boolean readyStatus = rootOcsp.awaitServerReady(60, TimeUnit.SECONDS);
if (!readyStatus) {
throw new RuntimeException("Server not ready");
}
Expand Down

0 comments on commit 0a08038

Please sign in to comment.