You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by tu...@apache.org on 2012/02/22 20:57:04 UTC

svn commit: r1292482 - in /incubator/oozie/trunk: pom.xml release-log.txt

Author: tucu
Date: Wed Feb 22 19:57:03 2012
New Revision: 1292482

URL: http://svn.apache.org/viewvc?rev=1292482&view=rev
Log:
OOZIE-710 add a timeout to the surefire configuration (tucu)

Modified:
    incubator/oozie/trunk/pom.xml
    incubator/oozie/trunk/release-log.txt

Modified: incubator/oozie/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/pom.xml?rev=1292482&r1=1292481&r2=1292482&view=diff
==============================================================================
--- incubator/oozie/trunk/pom.xml (original)
+++ incubator/oozie/trunk/pom.xml Wed Feb 22 19:57:03 2012
@@ -747,6 +747,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <forkMode>${oozie.test.forkMode}</forkMode>
+                    <forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
                     <argLine>-Xmx1024m -da</argLine>
                     <systemPropertyVariables>
                         <hadoop.log.dir>/tmp</hadoop.log.dir>

Modified: incubator/oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1292482&r1=1292481&r2=1292482&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Wed Feb 22 19:57:03 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.2.0 release
 
+OOZIE-710 add a timeout to the surefire configuration (tucu)
 OOZIE-704 Sharelib action JARs for testcases should be collected leveraging Maven dependency information (tucu)
 OOZIE-703 Improve/Consolidate Hadoop job ID log harvesting logic (tucu)
 OOZIE-702 XTestCase minicluster fails with Hadoop 1.x (tucu)