[
https://jira.jboss.org/browse/JBIDE-6582?page=com.atlassian.jira.plugin.s...
]
Denis Golovin commented on JBIDE-6582:
--------------------------------------
to fix this exception
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find widget.
at
org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:348)
pom.xml file should have
<build>
<plugins>
<plugin>
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
<useUIThread>false</useUIThread>
</configuration>
</plugin>
</plugins>
org.jboss.tools.drools.ui.bot.test takes more than 15 mins - split
into smaller pieces?
---------------------------------------------------------------------------------------
Key: JBIDE-6582
URL:
https://jira.jboss.org/browse/JBIDE-6582
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: drools
Reporter: Nick Boldt
Assignee: Denis Golovin
Fix For: 3.2.0.CR1
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test
(default-test) on project org.jboss.tools.drools.ui.bot.test: Error while executing
platform: Error while executing external command, process killed. Process timeout out
after 900 seconds -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test (default-test) on project
org.jboss.tools.drools.ui.bot.test: Error while executing platform
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141)
Does this test need more time? Can it be split into smaller pieces?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira