opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
@@ -490,7 +490,6 @@ monitorAttr = attr; try { Thread.sleep(2000); lastCount = getMonitorAttrValue(baseDn, attr); } catch (Exception ex) @@ -507,7 +506,6 @@ protected long getMonitorDelta() { long delta = 0; try { Thread.sleep(2000); long currentCount = getMonitorAttrValue(monitorDn, monitorAttr); delta = (currentCount - lastCount); lastCount = currentCount;