I would like to see some way of increasing the timeout period for
JUnitShell. It is currently hardcoded to 20 seconds. I mostly develop
from a ClearCase file system and am seeing the first test case fail for
every unit test that I have created, with a TimeoutException. The rest
of the test cases pass without any problems. I moved the files being
tested to a local drive and the TimeoutException is no longer thrown.
The running time decreases from 30+ seconds to 10.