When the user has a lot of tests in the workspace and the run takes long, the user experience can be improved if JUnitLoop only collects the tests that needs a re-run (i.e. creates the test suite), but does not execute them automatically. Then the user can decide WHEN to run the test but JUnitLoop still decides WHICH tests to run.
A simple toggle button could be introduced to activate this mode.