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

Jean-Noel Rouvignac
08.12.2015 d718a39736cb01aa9955e342965ad22e8ef37a80
r12610 was not the last one.
In ChangelogBackendTestCase.isOldestCSNForReplica(), added a Thread.sleep() (should have been part of r12610).
1 files modified
1 ■■■■ changed files
opendj-server-legacy/src/test/java/org/opends/server/backends/ChangelogBackendTestCase.java 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/backends/ChangelogBackendTestCase.java
@@ -493,6 +493,7 @@
      {
        ex = e;
      }
      Thread.sleep(100);
    }
    if (ex != null)
    {