Author: akazakov
Date: 2011-06-14 17:09:38 -0400 (Tue, 14 Jun 2011)
New Revision: 32103
Modified:
trunk/seam/tests/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8777 Fixed seam-bootstrap test configuration.
Modified: trunk/seam/tests/pom.xml
===================================================================
--- trunk/seam/tests/pom.xml 2011-06-14 21:00:31 UTC (rev 32102)
+++ trunk/seam/tests/pom.xml 2011-06-14 21:09:38 UTC (rev 32103)
@@ -42,5 +42,27 @@
<module>org.jboss.tools.seam.ui.bot.test</module>
<module>org.jboss.tools.seam.xml.test</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <configuration>
+ <product>org.jboss.tools.tests.product</product>
+ <!-- default is 1800 sec = 30 min -->
+ <surefire.timeout>1800</surefire.timeout>
+ <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
+
+ <explodedBundles>
+ <bundle>org.jboss.tools.vpe</bundle>
+ <bundle>org.mozilla.xulrunner.cocoa.macosx</bundle>
+ <bundle>org.mozilla.xulrunner.gtk.linux.x86</bundle>
+ <bundle>org.mozilla.xulrunner.gtk.linux.x86_64</bundle>
+ <bundle>org.mozilla.xulrunner.win32.win32.x86</bundle>
+ </explodedBundles>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>