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:11:28 UTC

svn commit: r1404413 - in /pig/trunk: CHANGES.txt build.xml

Author: daijy
Date: Wed Oct 31 23:11:28 2012
New Revision: 1404413

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

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1404413&r1=1404412&r2=1404413&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Oct 31 23:11:28 2012
@@ -523,9 +523,11 @@ Release 0.10.1 - Unreleased
 
 BUG FIXES
 
+PIG-2960: Increase the timeout for unit test (daijy)
+
 PIG-2942: DevTests, TestLoad has a false failure on Windows (jgordon via daijy)
 
-PIG-2801:  grunt "sh" command should invoke the shell implicitly instead of calling exec directly with the command tokens
+PIG-2801: grunt "sh" command should invoke the shell implicitly instead of calling exec directly with the command tokens
 (jgordon via daijy)
 
 PIG-2798: pig streaming tests assume interpreters are auto-resolved (jgordon via daijy)

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1404413&r1=1404412&r2=1404413&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Wed Oct 31 23:11:28 2012
@@ -90,7 +90,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"/>