[jbosstools-commits] JBoss Tools SVN: r41209 - trunk/esb/tests/org.jboss.tools.esb.ui.bot.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 21 08:57:13 EDT 2012


Author: ldimaggio
Date: 2012-05-21 08:57:12 -0400 (Mon, 21 May 2012)
New Revision: 41209

Modified:
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
Log:
Added:
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>

To avoid timeouts atthe 30-40 min mark.



Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml	2012-05-21 12:46:36 UTC (rev 41208)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml	2012-05-21 12:57:12 UTC (rev 41209)
@@ -29,6 +29,7 @@
 					<skip>${swtbot.test.skip}</skip>
 					<testSuite>org.jboss.tools.esb.ui.bot.test</testSuite>
 					<testClass>org.jboss.tools.esb.ui.bot.tests.ESBAllBotTests</testClass>
+					<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
 				</configuration>
 			</plugin>
 		</plugins>



More information about the jbosstools-commits mailing list