Skip to content

Commit 8f0fb27

Browse files
author
Doug Simon
committed
8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java fails on libgraal
Reviewed-by: never, kevinw
1 parent b38a6c5 commit 8f0fb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public void handleNotification(Notification n, Object hb) {
176176

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

182182
private volatile static String clientState = null;

0 commit comments

Comments
 (0)