Skip to content

Commit 4843eca

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>${tycho-version}</version>
2828
<configuration>
2929
<useUIHarness>true</useUIHarness>
30-
<useUIThread>false</useUIThread>
30+
<useUIThread>true</useUIThread>
3131
<application>org.eclipse.ui.ide.workbench</application>
3232
<!-- Debugging helper arguments -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8989 -->
3333
<argLine>-Xms4096m -Xmx8192m -DtestRun=true</argLine>

0 commit comments

Comments
 (0)