You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2013/07/15 17:33:57 UTC

svn commit: r1503301 - /hive/trunk/build.properties

Author: hashutosh
Date: Mon Jul 15 15:33:57 2013
New Revision: 1503301

URL: http://svn.apache.org/r1503301
Log:
HIVE-4853 : junit timeout needs to be updated (Gunther Hagleitner via Ashutosh Chauhan)

Modified:
    hive/trunk/build.properties

Modified: hive/trunk/build.properties
URL: http://svn.apache.org/viewvc/hive/trunk/build.properties?rev=1503301&r1=1503300&r2=1503301&view=diff
==============================================================================
--- hive/trunk/build.properties (original)
+++ hive/trunk/build.properties Mon Jul 15 15:33:57 2013
@@ -106,7 +106,7 @@ iterate.hive.core.cpp=
 # (measured in milliseconds). Ignored if fork is disabled. When running
 # multiple tests inside the same Java VM (see forkMode), timeout
 # applies to the time that all tests use together, not to an individual test.
-test.junit.timeout=43200000
+test.junit.timeout=86400000
 
 # Use this property to selectively disable tests from the command line:
 # ant test -Dtest.junit.exclude="**/TestCliDriver.class"