Re: JUnit timeout question

2005-03-07 Thread Stefan Bodewig
On Mon, 7 Mar 2005, Dominique Devienne <[EMAIL PROTECTED]> wrote: > In this case, does the timeout attribute apply to each > individual test, or to the cumulative time taken by all the tests? Each test. Stefan - To unsubscrib

JUnit timeout question

2005-03-07 Thread Dominique Devienne
I'm currently having a problem with a test deadlocking, which hangs my cruisecontrol build. The tests are forked, each running in its own VM (fork="true", forkmode="perTest"). In this case, does the timeout attribute apply to each individual test, or to the cumulative time taken by all the tests?