Author: jjankovi
Date: 2012-02-16 06:39:36 -0500 (Thu, 16 Feb 2012)
New Revision: 38812
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
Log:
Change the timeout for test execution for CDI bot tests run with maven
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-02-16 11:35:06 UTC (rev
38811)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-02-16 11:39:36 UTC (rev
38812)
@@ -25,6 +25,8 @@
<testClass>${test.suite.class}</testClass>
<useUIThread>false</useUIThread>
<skip>${swtbot.test.skip}</skip>
+ <!-- Kill swt bot test take more than 90 minutes (5400 seconds) to finish -->
+ <forkedProcessTimeoutInSeconds>5400</forkedProcessTimeoutInSeconds>
<dependencies combine.children="append">
<dependency>
<type>p2-installable-unit</type>
Show replies by date