| opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java | ●●●●● patch | view | raw | blame | history |
opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java
@@ -89,7 +89,7 @@ completionTime = parseAttribute(resultEntry, ATTR_TASK_COMPLETION_TIME).asString(); timedOut = System.currentTimeMillis() - startMillisecs > 1000 * timeout; } while (completionTime == null && timedOut); while (completionTime == null && !timedOut); assertNotNull(completionTime, "The task had not completed after " + timeout + " seconds.\n" + "resultEntry=[" + resultEntry + "]");