mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-29 12:23:39 +00:00
8364806: Test sun/security/krb5/config/IncludeRandom.java times out on Windows
Reviewed-by: mbaesken
This commit is contained in:
parent
ec7361e082
commit
e04a310375
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user