On Wed, 5 Nov 2025 12:43:25 GMT, Matthew Donovan <[email protected]> wrote:
> With the integration of JDK-8343232, this PR updates the Keytool/OpenSSL > interop test to include a test case using PBMAC1. test/jdk/sun/security/pkcs12/KeytoolOpensslInteropTest.java line 142: > 140: .shouldHaveExitValue(0); > 141: > 142: ProcessTools.executeCommand(opensslPath, "pkcs12", "-export", > "-in", nit: do you think it might be a good idea to bump the timeout by 10? As this command can take up to 10 seconds. Just to prevent future timeouts ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28150#discussion_r2499147790
