On Wed, 9 Jul 2025 02:51:54 GMT, SendaoYan <s...@openjdk.org> wrote:

>> - Adjusted timings to prevent timeouts with `Fastdebug` and `-Xcomp`
>> - Split tests into parallel runs, reducing execution time by almost 
>> three-fold
>> - Replaced wildcard imports
>> - Specified the loopback address
>> - Enabled logs for easier debugging
>
> test/jdk/sun/security/x509/URICertStore/CRLReadTimeout.java line 42:
> 
>> 40:  *          java.base/sun.security.util
>> 41:  * @library /test/lib
>> 42:  * @run main/othervm -Djava.security.debug=certpath 
>> -Dcom.sun.security.crl.readtimeout=1s
> 
> What's the difference between `-Dcom.sun.security.crl.readtimeout=1s` and 
> `-Dcom.sun.security.crl.readtimeout=1`

Read timeout is in milliseconds by default. One is 1ms and another 1s

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26195#discussion_r2194436270

Reply via email to