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

neil_a_wilson
10.23.2006 bb40b9a02cf40af0349d8e3576f51133d264d4b1
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/DelayPreOpPlugin.java
@@ -246,7 +246,7 @@
    if (delayDuration <= 0)
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
    long stopSleepTime = System.currentTimeMillis() + delayDuration;