opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java
@@ -100,7 +100,7 @@ enableJmx(); synchronized (this) { this.wait(500); this.wait(1000); } for (ConnectionHandler handler : handlers) { @@ -111,7 +111,7 @@ } } } assertNotNull(jmxConnectionHandler); return jmxConnectionHandler; }