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

Reviewed-by: never, kevinw
  • Loading branch information
Doug Simon committed Mar 1, 2024
1 parent b38a6c5 commit 8f0fb27
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 8f0fb27

@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.