[
https://issues.jboss.org/browse/JBIDE-12849?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-12849:
------------------------------------
Increasing the timeout to 2hrs (7200 seconds) did not help:
{code}
diff --git a/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
b/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
index 47ee5a5..d1b7d18 100644
--- a/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
+++ b/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
@@ -14,7 +14,7 @@
<properties>
<coverage.filter>org.hibernate.eclipse*</coverage.filter>
<emma.instrument.bundles>org.hibernate.eclipse.console</emma.instrument.bundles>
- <surefire.timeout>3600</surefire.timeout>
+ <surefire.timeout>7200</surefire.timeout>
</properties>
<build>
[INFO] org.hibernate.eclipse.console.test ................ FAILURE [2:00:03.313s]
[INFO] org.hibernate.eclipse.jdt.ui.test ................. SKIPPED
[INFO] org.jboss.tools.hibernate.ui.test ................. SKIPPED
[INFO] org.jboss.tools.hibernate.ui.bot.test ............. SUCCESS [2.324s]
[INFO] org.hibernate.eclipse.test.feature ................ SKIPPED
[INFO] org.jboss.tools.hibernate.jpt.core.test ........... SKIPPED
[INFO] hibernatetools.site ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:01:00.648s
[INFO] Finished at: Sun Oct 14 03:07:46 EDT 2012
[INFO] Final Memory: 104M/664M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test
(default-test) on project org.hibernate.eclipse.console.test: Error while executing
platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing
external command, process killed. Process timeout out after 7200 seconds -> [Help 1]
{code}
org.hibernate.eclipse.console.test: Process timeout out after 3600
seconds
--------------------------------------------------------------------------
Key: JBIDE-12849
URL:
https://issues.jboss.org/browse/JBIDE-12849
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.0.0.Beta1
Reporter: Nick Boldt
Assignee: Dmitry Geraskov
In stable branch jobs, getting "org.hibernate.eclipse.console.test: Process timeout
out after 3600 seconds".
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
In trunk, the tests are fine:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
Ran a build from trunk locally, and also got the timeout:
{code}
mvn install
...
[INFO] hibernatetools.tests .............................. SUCCESS [0.032s]
[INFO] org.hibernate.eclipse.console.test ................ FAILURE [1:00:04.223s]
[INFO] org.hibernate.eclipse.jdt.ui.test ................. SKIPPED
[INFO] org.jboss.tools.hibernate.ui.test ................. SKIPPED
[INFO] org.jboss.tools.hibernate.ui.bot.test ............. SUCCESS [2.883s]
[INFO] org.hibernate.eclipse.test.feature ................ SKIPPED
[INFO] org.jboss.tools.hibernate.jpt.core.test ........... SKIPPED
[INFO] hibernatetools.site ............................... SKIPPED
{code}
Any idea why this is happening? Would increasing the timeout help, or is the problem UI
that sometimes gets stuck, sometimes does not?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira