Skip to content

Commit

Permalink
8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlo…
Browse files Browse the repository at this point in the history
…ckTest.java fails on libgraal

Backport-of: 8f0fb27decec28f32e4d88341237189ba4a340fb
  • Loading branch information
Amos Shi committed Apr 28, 2024
1 parent 4cec951 commit 032e87a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void handleNotification(Notification n, Object hb) {

// serverTimeout increased to avoid occasional problems with initial connect.
// Not using Utils.adjustTimeout to avoid accidentally making it too long.
private static final long serverTimeout = 2000;
private static final long serverTimeout = 3000;
private static final long listenerSleep = serverTimeout*6;

private volatile static String clientState = null;
Expand Down

1 comment on commit 032e87a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.