Author: jjankovi
Date: 2012-02-16 09:26:10 -0500 (Thu, 16 Feb 2012)
New Revision: 38822
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
Log:
Increased timeout for executing cdi bot tests with maven to 3 hours
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 13:34:07 UTC (rev
38821)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-02-16 14:26:10 UTC (rev
38822)
@@ -25,8 +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>
+ <!-- Kill swt bot test take more than 3 hours minutes (10800 seconds) to finish
-->
+ <forkedProcessTimeoutInSeconds>10800</forkedProcessTimeoutInSeconds>
<dependencies combine.children="append">
<dependency>
<type>p2-installable-unit</type>
Show replies by date