RE: problem trying to set individual tests timeout

2012-09-14 Thread Martin Gainty
to have people pay attention to meB FrankNewton MA > Date: Fri, 14 Sep 2012 09:17:43 -0400 > Subject: Re: problem trying to set individual tests timeout > From: lgd...@cyrusinnovation.com > To: user@ant.apache.org > > As I read it, that's the expected behavior: >

Re: problem trying to set individual tests timeout

2012-09-14 Thread Laura Dean
As I read it, that's the expected behavior: When running multiple tests inside the same Java VM (see forkMode), timeout applies to the time that all tests use together, not to an individual test. http://ant.apache.org/manual/Tasks/junit.html You have forkMode set to once, which means