JUnit is working properly, but takes forever to display results

Whenever I run a JUnit test in Eclipse, even with just one test it takes forever. I know my methods arent slowing it down because if I just test the application using a main it executes immediately. Also, the test says it only took 0.001s to run, but yet... I have to sit here for 10 minutes just for the results.

All setting are default current (because I just reset everything) and the tests also work immediately on my other much slower computer. What is going on here?!

I hope someone can help...

Like I said, it's not my

Like I said, it's not my programming... because I have a slower computer that executes the tests immediately (EeePC vs Desktop that I Built). My EeePC should not be able to run a test faster than my desktop, especially with such a large difference [ my desktop takes a few minutes and the EeePC takes < 1 second ]

Someone has got to know whats going on here. My Eclipse settings are the same on both computer as well... and the Java version is the newest (I checked). I have asked on a java forum and eclipse forum as well and no one knows the answer, this is really frustrating.

After I wrote this I

After I wrote this I remembered that I was going to try doing something with my firewall... and it helped it work instantly now. Thank anyways!

I have not, I figured since

I have not, I figured since programs execute instantly in Eclipse but JUnit takes forever... it had to be a JUnit problem.

How many classes do you have

How many classes do you have in your workspace? It can take Eclipse a long time to search through all the classes in a project when it looks for test classes.

I've been using JUnit in

I've been using JUnit in Eclipse for a rather long time, and I have never seen that before. Have you asked on the Eclipse forums?