You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/11/01 00:09:45 UTC

svn commit: r1404410 - in /pig/branches/branch-0.10: CHANGES.txt build.xml

Author: daijy
Date: Wed Oct 31 23:09:45 2012
New Revision: 1404410

URL: http://svn.apache.org/viewvc?rev=1404410&view=rev
Log:
PIG-2960: Increase the timeout for unit test (daijy)

Modified:
    pig/branches/branch-0.10/CHANGES.txt
    pig/branches/branch-0.10/build.xml

Modified: pig/branches/branch-0.10/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/CHANGES.txt?rev=1404410&r1=1404409&r2=1404410&view=diff
==============================================================================
--- pig/branches/branch-0.10/CHANGES.txt (original)
+++ pig/branches/branch-0.10/CHANGES.txt Wed Oct 31 23:09:45 2012
@@ -36,6 +36,8 @@ PIG-2727: PigStorage Source tagging does
 
 BUG FIXES
 
+PIG-2960: Increase the timeout for unit test (daijy)
+
 PIG-2958: Pig tests do not appear to have a logger attached (daijy)
 
 PIG-2942: DevTests, TestLoad has a false failure on Windows (jgordon via daijy)

Modified: pig/branches/branch-0.10/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/build.xml?rev=1404410&r1=1404409&r2=1404410&view=diff
==============================================================================
--- pig/branches/branch-0.10/build.xml (original)
+++ pig/branches/branch-0.10/build.xml Wed Oct 31 23:09:45 2012
@@ -84,7 +84,7 @@
     <property name="test.build.dir" value="${build.dir}/test" />
     <property name="test.build.classes" value="${test.build.dir}/classes" />
     <property name="test.log.dir" value="${test.build.dir}/logs" />
-    <property name="test.timeout" value="3600000" />
+    <property name="test.timeout" value="7200000" />
     <property name="test.junit.output.format" value="plain" />
     <property name="test.commit.file" value="${test.src.dir}/commit-tests"/>
     <property name="test.unit.file" value="${test.src.dir}/unit-tests"/>