Open kthoms opened 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:
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.
clear milestone
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.