Author: dgolovin
Date: 2010-11-19 16:34:26 -0500 (Fri, 19 Nov 2010)
New Revision: 26783
Modified:
trunk/drools/tests/org.jboss.tools.drools.ui.bot.test/pom.xml
Log:
https://jira.jboss.org/browse/JBIDE-6582 org.jboss.tools.drools.ui.bot.test takes more
than 15 mins - split into smaller pieces?
useUIThread set to false for test execution configuration which overrides default value
configured as true in build/parent/pom.xml
Modified: trunk/drools/tests/org.jboss.tools.drools.ui.bot.test/pom.xml
===================================================================
--- trunk/drools/tests/org.jboss.tools.drools.ui.bot.test/pom.xml 2010-11-19 18:00:22 UTC
(rev 26782)
+++ trunk/drools/tests/org.jboss.tools.drools.ui.bot.test/pom.xml 2010-11-19 21:34:26 UTC
(rev 26783)
@@ -11,4 +11,16 @@
<artifactId>org.jboss.tools.drools.ui.bot.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <useUIThread>false</useUIThread>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>