mirror of https://github.com/apache/nifi.git
NIFI-1236 adding prefer IPv4 java arg property for tests to have same env we do in prod
Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
parent
8f92ac9931
commit
0f15f261f8
2
pom.xml
2
pom.xml
|
@ -1124,7 +1124,7 @@ language governing permissions and limitations under the License. -->
|
||||||
<version>2.18</version>
|
<version>2.18</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||||
<argLine>-Xmx1G</argLine>
|
<argLine combine.children="append">-Xmx1G -Djava.net.preferIPv4Stack=true</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue