Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2016-01-29 17:44:41 +0000
committerFred Bricon2016-01-29 17:44:41 +0000
commit6ead9cce440952857bdf42c1e5bcdfcc94282cca (patch)
treee1ad3b78b69e0a78bd1ad58f379f85e0e7497e76 /org.eclipse.m2e.importer.tests
parent76c599feea2a08ec24c0a475c4e19c4c4c0aa601 (diff)
downloadm2e-core-6ead9cce440952857bdf42c1e5bcdfcc94282cca.tar.gz
m2e-core-6ead9cce440952857bdf42c1e5bcdfcc94282cca.tar.xz
m2e-core-6ead9cce440952857bdf42c1e5bcdfcc94282cca.zip
464535 : No need to use UIThread during importer tests
Change-Id: I3ade01117d17b085f870408f1a40cd68e7829ddc Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.importer.tests')
-rw-r--r--org.eclipse.m2e.importer.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.importer.tests/pom.xml b/org.eclipse.m2e.importer.tests/pom.xml
index 9fc21e92..79ca9cf3 100644
--- a/org.eclipse.m2e.importer.tests/pom.xml
+++ b/org.eclipse.m2e.importer.tests/pom.xml
@@ -37,7 +37,7 @@ Contributors:
<version>${tycho-version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
- <useUIThread>true</useUIThread>
+ <useUIThread>false</useUIThread>
<!-- kill test JVM if tests take more than 10 minutes (600 seconds) to finish -->
<forkedProcessTimeoutInSeconds>${tycho.surefire.timeout}</forkedProcessTimeoutInSeconds>
<argLine>${tycho.test.jvmArgs}</argLine>

Back to the top