Author: nickboldt
Date: 2011-05-09 15:42:57 -0400 (Mon, 09 May 2011)
New Revision: 31152
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
Log:
double the timeout for tests in hibernatetools/tests/org.hibernate.eclipse.console.test
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2011-05-09
19:36:00 UTC (rev 31151)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2011-05-09
19:42:57 UTC (rev 31152)
@@ -26,8 +26,11 @@
<bundle>org.hibernate.eclipse.console.test</bundle>
<bundle>org.hibernate.eclipse</bundle>
</explodedBundles>
+ <!-- timeout in seconds; default 1800 -->
+ <surefire.timeout>3600</surefire.timeout>
+ <forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
</configuration>
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>