[jbosstools-commits] JBoss Tools SVN: r22523 - branches/3.2.helios.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jun 3 17:21:16 EDT 2010
Author: nickboldt
Date: 2010-06-03 17:21:16 -0400 (Thu, 03 Jun 2010)
New Revision: 22523
Modified:
branches/3.2.helios/parent-pom.xml
Log:
add <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
Modified: branches/3.2.helios/parent-pom.xml
===================================================================
--- branches/3.2.helios/parent-pom.xml 2010-06-03 21:18:15 UTC (rev 22522)
+++ branches/3.2.helios/parent-pom.xml 2010-06-03 21:21:16 UTC (rev 22523)
@@ -89,6 +89,7 @@
<configuration>
<!-- timeout in seconds -->
<surefire.timeout>900</surefire.timeout>
+ <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<!-- https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho -->
More information about the jbosstools-commits
mailing list