8364806: Test sun/security/krb5/config/IncludeRandom.java times out on Windows

Reviewed-by: mbaesken
This commit is contained in:
Shawn M Emery 2025-08-18 23:54:06 +00:00 committed by Weijun Wang
parent ec7361e082
commit e04a310375

View File

@ -53,7 +53,7 @@ public class IncludeRandom {
public static void main(String[] args) throws Exception {
System.setProperty("java.security.krb5.conf", "f");
for (var i = 0; i < 10_000; i++) {
for (var i = 0; i < 1000; i++) {
test();
}
}