5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-04 01:32:20 +08:00

SQOOP-3304: Increase the maximum memory for JUnit tests

(Szabolcs Vasas via Boglarka Egyed)
This commit is contained in:
Boglarka Egyed 2018-03-25 15:37:15 +02:00
parent d67bb816ce
commit 5de9603cd2

View File

@ -726,7 +726,7 @@
</copy> </copy>
<junit <junit
printsummary="yes" showoutput="${test.output}" printsummary="yes" showoutput="${test.output}"
haltonfailure="no" fork="yes" maxmemory="1024m" haltonfailure="no" fork="yes" maxmemory="5120m"
errorProperty="tests.failed" failureProperty="tests.failed" errorProperty="tests.failed" failureProperty="tests.failed"
timeout="${test.timeout}" timeout="${test.timeout}"
dir="${build.test}/data"> dir="${build.test}/data">