You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/12/08 22:41:03 UTC

svn commit: r1418758 - /hbase/branches/0.94/pom.xml

Author: stack
Date: Sat Dec  8 21:41:02 2012
New Revision: 1418758

URL: http://svn.apache.org/viewvc?rev=1418758&view=rev
Log:
HBASE-7301 Force ipv4 for unit tests

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1418758&r1=1418757&r2=1418758&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Sat Dec  8 21:41:02 2012
@@ -767,7 +767,7 @@
                  I believe it is a failsafe bug, we may consider using surefire -->
             <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
             <argLine>-enableassertions -Xmx1900m
-              -Djava.security.egd=file:/dev/./urandom</argLine>
+              -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
             <testFailureIgnore>false</testFailureIgnore>
           </configuration>
       </plugin>