Skip to content

Commit f243b28

Browse files
author
Daniil Titov
committedJul 7, 2020
8205467: javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java possible deadlock
Reviewed-by: phh
1 parent 50e18e2 commit f243b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public static void main(String[] args) throws Exception {
125125
StateMachine.setState(CREATE_SOCKET);
126126

127127
print("Check whether the user thread gets free to call the mbean.");
128-
if (!ut.waitDone(5000)) {
128+
if (!ut.waitDone(Utils.adjustTimeout(5000))) {
129129
throw new RuntimeException("Possible deadlock!");
130130
}
131131

0 commit comments

Comments
 (0)
Please sign in to comment.