You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ga...@apache.org on 2011/01/24 22:13:14 UTC

svn commit: r1062981 - /pig/trunk/build.xml

Author: gates
Date: Mon Jan 24 21:13:13 2011
New Revision: 1062981

URL: http://svn.apache.org/viewvc?rev=1062981&view=rev
Log:
Doubled timeout on findbugs since it was timing out sometimes during test-patch.

Modified:
    pig/trunk/build.xml

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1062981&r1=1062980&r2=1062981&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Mon Jan 24 21:13:13 2011
@@ -866,7 +866,7 @@
         		classpath="${findbugs.home}/lib/findbugs-ant.jar" />
 	<mkdir dir="${findbugs.out.dir}"/>
     	<findbugs home="${findbugs.home}" output="xml:withMessages"
-        		outputFile="${findbugs.report.xmlfile}" effort="max"
+        		outputFile="${findbugs.report.xmlfile}" effort="max" timeout="1200000"
                 excludeFilter="${findbugs.exclude.file}" jvmargs="-Xmx512M">
       		<auxClasspath>
         		<fileset dir="${lib.dir}">