I've had similar symptoms today while working on this branch:
http://github.com/mdr/Scala-IDE/tree/semantic-highlighting-for-symbols
With JUnit test,
org.scala-ide.sdt.core/test/scala/tools/eclipse/semantichighlighting/
SymbolClassifierTest.scala
Strangely, I had worked with this for a number of hours without
difficulty, then suddenly all the test launch stuff became extremely
slow. It now takes about 50 seconds to "verify launch attributes" when
launching the test, and worse, it's every launch, not just the first.
Also, if I right click the test and select Run-As, from the pop-up
menu, it locks up X Windows entirely for 50 seconds (I'm running
Ubuntu/Gnome).
I'm not sure why the behaviour suddenly changed. I've tried creating a
fresh workspace and importing projects from a clean Git checkout, but
I can't get JUnit launches to work in a humane way any more.
-- Matt