opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
@@ -198,7 +198,7 @@ TestCaseUtils.startServer(); // Create an internal connection connection = new InternalClientConnection(); connection = InternalClientConnection.getRootConnection(); // Disable schema check schemaCheck = DirectoryServer.checkSchema(); @@ -365,7 +365,7 @@ } } catch (Exception e) {} finally finally { synchronized (this) { @@ -383,7 +383,7 @@ { synchronized (this) { int i = 20; int i = 20; while ((finished != true) && (i-- >0)) { try