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

dugan
05.55.2008 1d7fd2564372abdccb1a0b41c2af5cfe15f14064
opends/src/server/org/opends/server/backends/jeb/importLDIF/DNContext.java
@@ -455,11 +455,11 @@
      }
      int i=0;
      //If the parent is in the pending map, another thread is working on the
      //parent entry; wait until that thread is done with the parent.
      //parent entry; wait 500ms until that thread is done with the parent.
      while(isPending(parentDN)) {
        try {
          Thread.sleep(50);
          if(i == 5) {
          if(i == 10) {
            return null;
          }
          i++;