8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal

Reviewed-by: kevinw, never
This commit is contained in:
Doug Simon 2024-03-14 16:11:29 +00:00
parent 7cc1965a25
commit e6a8fdd82c

View File

@ -484,7 +484,7 @@ public class MissingClassTest {
// wait for the listeners to receive all their notifs
// or to fail
long deadline = System.currentTimeMillis() + 60000;
long deadline = System.currentTimeMillis() + 90000;
long remain;
while ((remain = deadline - System.currentTimeMillis()) >= 0) {
synchronized (result) {