Skip to content

Commit

Permalink
8328135: javax/management/remote/mandatory/loading/MissingClassTest.j…
Browse files Browse the repository at this point in the history
…ava fails on libgraal

Reviewed-by: kevinw, never
  • Loading branch information
Doug Simon authored and pull[bot] committed May 2, 2024
1 parent 6ff463c commit 8318682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private static boolean notifyTest(JMXConnector client,

// 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) {
Expand Down

0 comments on commit 8318682

Please sign in to comment.