From 0b0f74367d953897faca85bb977cb648b5e26cb4 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sat, 8 Dec 2012 21:38:59 +0000 Subject: [PATCH] HBASE-7301 Force ipv4 for unit tests git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418757 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab2c8768921..4b4fe9f7781 100644 --- a/pom.xml +++ b/pom.xml @@ -463,7 +463,7 @@ false 900 -enableassertions -Xmx1900m - -Djava.security.egd=file:/dev/./urandom + -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true ${test.output.tofile}