Skip to content

Commit 9df5688

Browse files
author
Amos Shi
committed
8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java fails on libgraal
Backport-of: 8f0fb27decec28f32e4d88341237189ba4a340fb
1 parent f29aa4d commit 9df5688

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)