[jbosstools-commits] JBoss Tools SVN: r22522 - branches/3.2.helios.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 3 17:18:16 EDT 2010


Author: nickboldt
Date: 2010-06-03 17:18:15 -0400 (Thu, 03 Jun 2010)
New Revision: 22522

Modified:
   branches/3.2.helios/parent-pom.xml
Log:
add <surefire.timeout>900</surefire.timeout> to hopefully not hang so long in badly written tests like org.jboss.ide.eclipse.archives.test

Modified: branches/3.2.helios/parent-pom.xml
===================================================================
--- branches/3.2.helios/parent-pom.xml	2010-06-03 21:17:39 UTC (rev 22521)
+++ branches/3.2.helios/parent-pom.xml	2010-06-03 21:18:15 UTC (rev 22522)
@@ -87,6 +87,8 @@
 				<artifactId>maven-osgi-test-plugin</artifactId>
 				<version>${tychoVersion}</version>
 				<configuration>
+					<!-- timeout in seconds -->
+					<surefire.timeout>900</surefire.timeout>
 					<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