Author: xcoulon
Date: 2012-05-21 16:06:53 -0400 (Mon, 21 May 2012)
New Revision: 41222
Modified:
trunk/ws/tests/org.jboss.tools.ws.jaxrs.core.test/src/org/jboss/tools/ws/jaxrs/core/AbstractCommonTestCase.java
Log:
Fixed - JBIDE-11704
test timeout after 1800 seconds in org.jboss.tools.ws.jaxrs.core.test
Removing explicit need to start the JavaCore plugin, in order to avoid re-indexing (which
could be the cause of thread locks)
Modified:
trunk/ws/tests/org.jboss.tools.ws.jaxrs.core.test/src/org/jboss/tools/ws/jaxrs/core/AbstractCommonTestCase.java
===================================================================
---
trunk/ws/tests/org.jboss.tools.ws.jaxrs.core.test/src/org/jboss/tools/ws/jaxrs/core/AbstractCommonTestCase.java 2012-05-21
19:47:16 UTC (rev 41221)
+++
trunk/ws/tests/org.jboss.tools.ws.jaxrs.core.test/src/org/jboss/tools/ws/jaxrs/core/AbstractCommonTestCase.java 2012-05-21
20:06:53 UTC (rev 41222)
@@ -85,7 +85,7 @@
@BeforeClass
public static void setupWorkspace() throws Exception {
- org.eclipse.jdt.core.JavaCore.getPlugin().start(bundle.getBundleContext());
+ //org.eclipse.jdt.core.JavaCore.getPlugin().start(bundle.getBundleContext());
long startTime = new Date().getTime();
try {
IWorkspace workspace = ResourcesPlugin.getWorkspace();
Show replies by date