mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valery Kharseko
23.14.2025 bb0aac1793d0c45e00c500dd4815a8c3cdc0aa05
opendj-server-legacy/src/test/java/org/opends/server/replication/service/ReplicationDomainTest.java
@@ -369,6 +369,11 @@
  private boolean initializeFromRemote(ReplicationDomain domain) throws DirectoryException
  {
    try {
      Thread.sleep(2000);
    } catch (InterruptedException e) {
      throw new RuntimeException(e);
    }
    for (DSInfo remoteDS : domain.getReplicaInfos().values())
    {
      if (remoteDS.getDsId() != domain.getServerId())