Author: sbunciak
Date: 2012-04-04 06:52:17 -0400 (Wed, 04 Apr 2012)
New Revision: 40025
Modified:
trunk/openshift/tests/org.jboss.tools.openshift.ui.bot.test/pom.xml
Log:
Timeout increased.
Modified: trunk/openshift/tests/org.jboss.tools.openshift.ui.bot.test/pom.xml
===================================================================
--- trunk/openshift/tests/org.jboss.tools.openshift.ui.bot.test/pom.xml 2012-04-04
10:42:32 UTC (rev 40024)
+++ trunk/openshift/tests/org.jboss.tools.openshift.ui.bot.test/pom.xml 2012-04-04
10:52:17 UTC (rev 40025)
@@ -24,6 +24,8 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
+ <!-- Kill swt bot test take more than 3 hours minutes (10800 seconds) to finish
-->
+ <forkedProcessTimeoutInSeconds>10800</forkedProcessTimeoutInSeconds>
<skip>${swtbot.test.skip}</skip>
<useUIThread>false</useUIThread>
<testSuite>org.jboss.tools.openshift.ui.bot.test</testSuite>
Show replies by date