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

davidely
17.32.2007 44f577424c76e320d1460cff6bc5cc81aa70a28f
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -722,4 +722,13 @@
    return f.getAbsolutePath();
  }
  /** Convenience method so we don't have to catch InterruptedException everywhere. */
  public static void sleep(long ms) {
    try {
      Thread.sleep(ms);
    } catch (InterruptedException e) {
      // Ignore it.
    }
  }
}