opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -288,7 +288,8 @@ synchronized (this) { /* check if we are connected every second */ wait(1000); int randomizer = (int) Math.random()*100; wait(1000 + randomizer); } } catch (InterruptedException e) {