Is there a way to make JUnit runner ignore the timeout parameter in the @Test annotation when running the test suite in debug mode (i.e. with a debugger is attached)?
I believe it cannot be done with a simple switch, but some tips on how to approach this would be appreciated as well.