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

coulbeck
23.32.2006 b57970ca335b50eaaf87ce215f4ffa6f7ecf461c
Increase the timeout for the task tests.  Enabling and disabling the userRoot backend can take longer than 10 seconds.
1 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java 4 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java
@@ -63,7 +63,7 @@
  protected void testTask(Entry taskEntry, TaskState expectedState)
       throws Exception
  {
    testTask(taskEntry, expectedState, 10);
    testTask(taskEntry, expectedState, 30);
  }
  /**
@@ -107,7 +107,7 @@
        resultEntry = searchOperation.getSearchEntries().getFirst();
      } catch (Exception e)
      {
        // FIXME How is this possible?
        // FIXME How is this possible?  Must be issue 858.
//        fail("Task entry was not returned from the search.");
        continue;
      }