Increase the timeout for the task tests. Enabling and disabling the userRoot backend can take longer than 10 seconds.
| | |
| | | protected void testTask(Entry taskEntry, TaskState expectedState) |
| | | throws Exception |
| | | { |
| | | testTask(taskEntry, expectedState, 10); |
| | | testTask(taskEntry, expectedState, 30); |
| | | } |
| | | |
| | | /** |
| | |
| | | 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; |
| | | } |