Skip to content

Commit 0892386

Browse files
ci: explicit runs SWT on real UI thread
1 parent 4843eca commit 0892386

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626
<artifactId>tycho-surefire-plugin</artifactId>
2727
<version>${tycho-version}</version>
2828
<configuration>
29+
<application>org.eclipse.ui.ide.workbench</application>
2930
<useUIHarness>true</useUIHarness>
3031
<useUIThread>true</useUIThread>
31-
<application>org.eclipse.ui.ide.workbench</application>
32+
33+
<product>org.eclipse.platform.ide</product>
3234
<!-- Debugging helper arguments -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8989 -->
3335
<argLine>-Xms4096m -Xmx8192m -DtestRun=true</argLine>
3436
<skipTests>${skipTests}</skipTests>

0 commit comments

Comments
 (0)