[jbosstools-commits] JBoss Tools SVN: r22521 - trunk.

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


Author: nickboldt
Date: 2010-06-03 17:17:39 -0400 (Thu, 03 Jun 2010)
New Revision: 22521

Modified:
   trunk/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: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml	2010-06-03 21:17:03 UTC (rev 22520)
+++ trunk/parent-pom.xml	2010-06-03 21:17:39 UTC (rev 22521)
@@ -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