5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 01:13:29 +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>
<junit
printsummary="yes" showoutput="${test.output}"
haltonfailure="no" fork="yes" maxmemory="1024m"
haltonfailure="no" fork="yes" maxmemory="5120m"
errorProperty="tests.failed" failureProperty="tests.failed"
timeout="${test.timeout}"
dir="${build.test}/data">