eclipse / xtext

Eclipse Xtext™ is a language development framework
http://www.eclipse.org/Xtext
Eclipse Public License 2.0
768 stars 321 forks source link

Improve UI test performance #2416

Open kthoms opened 6 years ago

kthoms commented 6 years ago

The execution of UI tests takes the most time in the build of the Eclipse Support and Xtend projects. We should investigate potentials to safe valuable time here.

kthoms commented 6 years ago

The following bugs have been created to speed up the startup time that is taken while computing the test's target platform:

szarnekow commented 6 years ago

Most of the time is spent when unnecessarily waiting for the async autobuild job. We should use a blocking call to build the things in our tests. This will greatly speedup their execution.

cdietrich commented 4 years ago

clear milestone