Intellij idea tests compilation takes too long (compared with Eclipse)
Eclipse compiles on the fly (on save), so it does not have to do anything but to start the tests. Idea does not. Before starting the tests it has to make (compile all changed classes of the whole project). It is also not possible to start a test in idea when there is any compile error elsewhere in the project.
There is plugin in Idea plugin repository which solve exactly this problem!