Skip to content

Commit e6a8fdd

Browse files
author
Doug Simon
committedMar 14, 2024
8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal
Reviewed-by: kevinw, never
1 parent 7cc1965 commit e6a8fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/javax/management/remote/mandatory/loading/MissingClassTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ private static boolean notifyTest(JMXConnector client,
484484

485485
// wait for the listeners to receive all their notifs
486486
// or to fail
487-
long deadline = System.currentTimeMillis() + 60000;
487+
long deadline = System.currentTimeMillis() + 90000;
488488
long remain;
489489
while ((remain = deadline - System.currentTimeMillis()) >= 0) {
490490
synchronized (result) {

0 commit comments

Comments
 (0)
Please sign in to comment.