From b57970ca335b50eaaf87ce215f4ffa6f7ecf461c Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Mon, 23 Oct 2006 16:32:34 +0000
Subject: [PATCH] Increase the timeout for the task tests. Enabling and disabling the userRoot backend can take longer than 10 seconds.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java
index 0322ca1..75b85dc 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TasksTestCase.java
+++ b/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;
}
--
Gitblit v1.10.0