I have a test project for my actual code that resides in another project.
for example, if there is FunctionalModule that has all the code concerning the functionality, I have a test project FunctionalModuleTest.
My ant runs the tests from FuntionalModuleTest and code in the FuntionalModule project is tested.
There are many test cases and after 60 mins, the run halts with an error message –
“The following TestProjects were killed for running past the timeout (60mins).
Where is this configured? My ant and emma does not have the timeout configured. It is not in project properties. I want a way to override this config and keep the timeout unbounded.
Adding more information : Nov 22 2011
I am using ANT 1.7.0, Unbreakable linux [Linux ME 2.6.18-164.0.0.0.1.el5 #1 SMP Thu Sep 3 00:21:28 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux], Java with OracleDB
Well, the default 60 min timeout is set by ANT.
And to alter that, or to override that property, a command line property:
(4 hrs) has to be added.