Can there be a timeout for the tests? I'm seeing tests hang against different databases. If there was a timeout for the junit tests, these hanging tests would be reported as failures.
I ran the tests on MySQL, and the longest one was 255 seconds, so perhaps 500 seconds is long enough? Ideally, it could be parameterized with properties. Something like: <property name="junit.forkmode" value="perBatch"/> <property name="junit.haltonfailure" value="yes"/> <property name="junit.fork" value="yes"/> <property name="junit.timeout" value="500000"/> <!-- in milliseconds --> <junit printsummary="yes" timeout="${junit.timeout}" haltonfailure="${junit.haltonfailure}" dir="${basedir}" maxmemory="256M" fork="${junit.fork}" forkmode="${junit.forkmode}"> Thanks, Ryan ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ hibernate-devel mailing list hibernate-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hibernate-devel